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.java112 Iterator<ComponentKey> keysIter = dataModel.deepShortcutMap.keySet().iterator(); in execute() local
113 while (keysIter.hasNext()) { in execute()
114 if (keysIter.next().user.equals(mUser)) { in execute()
115 keysIter.remove(); in execute()
DBgDataModel.java401 Iterator<ComponentKey> keysIter = deepShortcutMap.keySet().iterator(); in updateDeepShortcutCounts() local
402 while (keysIter.hasNext()) { in updateDeepShortcutCounts()
403 ComponentKey next = keysIter.next(); in updateDeepShortcutCounts()
406 keysIter.remove(); in updateDeepShortcutCounts()