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/
DDefaultAppSearchAlgorithm.java80 int lastType; in matches() local
86 lastType = thisType; in matches()
90 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()