Searched refs:containsCharsInOrder (Results 1 – 3 of 3) sorted by relevance
272 static boolean containsCharsInOrder(String s1, String s2) { in containsCharsInOrder() method
33 import static com.android.server.autofill.Helper.containsCharsInOrder;3030 if (!containsCharsInOrder(newTextValue, currentTextValue)) {3033 } else if (!containsCharsInOrder(currentTextValue, newTextValue)) {
12116 HPLcom/android/server/autofill/Helper;->containsCharsInOrder(Ljava/lang/String;Ljava/lang/String;)Z…