Searched refs:containsCharsInOrder (Results 1 – 2 of 2) sorted by relevance
323 static boolean containsCharsInOrder(String s1, String s2) { in containsCharsInOrder() method
70 import static com.android.server.autofill.Helper.containsCharsInOrder;4902 if (!containsCharsInOrder(newTextValue, currentTextValue)) { in updateFilteringStateOnValueChangedLocked()4905 } else if (!containsCharsInOrder(currentTextValue, newTextValue)) { in updateFilteringStateOnValueChangedLocked()