Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
DUtil.java63 public static String getAutofillTypeAsString(int type) { in getAutofillTypeAsString() method in Util
134 … builder.append(prefix).append("afType: ").append(getAutofillTypeAsString(node.getAutofillType())) in dumpNode()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DMultiplePartitionsActivity.java74 Util.getAutofillTypeAsString(ccExpirationType)); in onCreate()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DCustomVirtualView.java118 + ": expectedType=" + Util.getAutofillTypeAsString(item.type) in autofill()
DAbstractCustomVirtualView.java250 + " (" + Util.getAutofillTypeAsString(type) + ")" in toString()