Searched refs:sanitized (Results 1 – 4 of 4) sorted by relevance
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/ |
D | CustomVirtualView.kt | 105 setDataIsSensitive(!item.sanitized) in onProvideAutofillVirtualStructure() 169 sanitized: Boolean) = Line(idEntry, label, hints, text, sanitized).also { in addLine() 182 val sanitized: Boolean) { constant in Item 189 " (read-only)" + if (sanitized) " (sanitized)" else " (sensitive" in toString() 197 text: String, sanitized: Boolean) { 202 …r fieldTextItem: Item = Item(this, ++nextId, hints, View.AUTOFILL_TYPE_TEXT, text, true, sanitized)
|
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/ |
D | AbstractCustomVirtualView.java | 226 public final boolean sanitized; field in AbstractCustomVirtualView.Item 235 boolean editable, boolean sanitized) { in Item() argument 241 this.sanitized = sanitized; in Item() 252 + (sanitized ? " (sanitized)" : " (sensitive")) in toString() 373 String text, boolean sanitized) { in Line() argument 378 autofillType, text, true, sanitized); in Line()
|
D | CustomVirtualView.java | 162 child.setDataIsSensitive(!item.sanitized); in onProvideAutofillVirtualStructure()
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/ |
D | README.md | 94 child.setDataIsSensitive(!item.sanitized)
|