Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/quicklaunch/
DQuickLaunchSettings.java299 SparseBooleanArray noLongerBookmarkedShortcuts = mBookmarkedShortcuts; in refreshShortcuts() local
332 if (noLongerBookmarkedShortcuts != null) { in refreshShortcuts()
335 noLongerBookmarkedShortcuts.put(shortcut, false); in refreshShortcuts()
339 if (noLongerBookmarkedShortcuts != null) { in refreshShortcuts()
340 for (int i = noLongerBookmarkedShortcuts.size() - 1; i >= 0; i--) { in refreshShortcuts()
341 if (noLongerBookmarkedShortcuts.valueAt(i)) { in refreshShortcuts()
343 char shortcut = (char) noLongerBookmarkedShortcuts.keyAt(i); in refreshShortcuts()