OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAutofillTypeAsString
(Results
1 - 3
of
3
) sorted by null
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
Util.java
63
public static String
getAutofillTypeAsString
(int type) {
134
builder.append(prefix).append("afType: ").append(
getAutofillTypeAsString
(node.getAutofillType()))
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
MultiplePartitionsActivity.java
74
Util.
getAutofillTypeAsString
(ccExpirationType));
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
CustomVirtualView.java
172
+ ": expectedType=" + Util.
getAutofillTypeAsString
(item.type)
357
+ " (" + Util.
getAutofillTypeAsString
(type) + ")"
Completed in 221 milliseconds