Home
last modified time | relevance | path

Searched refs:displayValue (Results 1 – 1 of 1) sorted by relevance

/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DResponseHelper.java52 final String displayValue = hint.contains("password") ? "password for #" + (index + 1) in newUnlockedDataset() local
54 final RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newUnlockedDataset()
61 displayValue, index); in newUnlockedDataset()
83 String displayValue = "Tap to auth " + value; in newLockedDataset() local
86 RemoteViews presentation = newDatasetPresentation(packageName, displayValue); in newLockedDataset()
90 displayValue, index); in newLockedDataset()