Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DDefaultAppSearchAlgorithm.java84 int lastType; in matches() local
90 lastType = thisType; in matches()
94 if (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()