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.java103 Iterator<ComponentKey> keysIter = dataModel.deepShortcutMap.keySet().iterator(); in execute() local
104 while (keysIter.hasNext()) { in execute()
105 if (keysIter.next().user.equals(mUser)) { in execute()
106 keysIter.remove(); in execute()
DBgDataModel.java352 Iterator<ComponentKey> keysIter = deepShortcutMap.keySet().iterator(); in updateDeepShortcutCounts() local
353 while (keysIter.hasNext()) { in updateDeepShortcutCounts()
354 ComponentKey next = keysIter.next(); in updateDeepShortcutCounts()
357 keysIter.remove(); in updateDeepShortcutCounts()