Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DUserLockStateChangedTask.java104 Iterator<ComponentKey> keysIter = dataModel.deepShortcutMap.keySet().iterator(); in execute() local
105 while (keysIter.hasNext()) { in execute()
106 if (keysIter.next().user.equals(mUser)) { in execute()
107 keysIter.remove(); in execute()
DBgDataModel.java326 Iterator<ComponentKey> keysIter = deepShortcutMap.keySet().iterator(); in updateDeepShortcutCounts() local
327 while (keysIter.hasNext()) { in updateDeepShortcutCounts()
328 ComponentKey next = keysIter.next(); in updateDeepShortcutCounts()
331 keysIter.remove(); in updateDeepShortcutCounts()