Searched refs:callbackEventAsString (Results 1 – 2 of 2) sorted by relevance
19 import static android.autofillservice.cts.Helper.callbackEventAsString;200 return callbackEventAsString(event) + ": " + view + " (childId: " + childId + ")"; in toString()
1241 public static String callbackEventAsString(int event) { in callbackEventAsString() method in Helper