Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMyAutofillCallback.java19 import static android.autofillservice.cts.Helper.callbackEventAsString;
200 return callbackEventAsString(event) + ": " + view + " (childId: " + childId + ")"; in toString()
DHelper.java1241 public static String callbackEventAsString(int event) { in callbackEventAsString() method in Helper