Home
last modified time | relevance | path

Searched defs:nextType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/search/
DStringMatcherUtility.java54 int nextType = Character.getType(target.codePointAt(0)); in matches() local
90 int nextType = Character.getType(Character.codePointAt(input, 1)); local
159 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
217 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2459 private boolean isConnectionIntentExpected(Class currentType, Class nextType) { in isConnectionIntentExpected()