Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/search/
DStringMatcherUtility.java52 int lastType; in matches() local
58 lastType = thisType; in matches()
62 if (matcher.isBreak(thisType, lastType, nextType) in matches()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java298 final EditType lastType = validTypes.get(validTypes.size() - 1); in getBestValidType()
321 return lastType; in getBestValidType()