Searched refs:systemShortcuts (Results 1 – 2 of 2) sorted by relevance
243 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument254 systemShortcuts.size() * getResources().getDimension( in populateAndShow()284 if (!systemShortcuts.isEmpty()) { in populateAndShow()285 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()297 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()307 if (!systemShortcuts.isEmpty()) { in populateAndShow()308 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
316 Set<String> systemShortcuts = systemMap.remove(entry.getKey()); in updateShortcutPinnedState() local317 if (systemShortcuts == null) { in updateShortcutPinnedState()318 systemShortcuts = Collections.emptySet(); in updateShortcutPinnedState()322 if (systemShortcuts.size() != modelShortcuts.size() in updateShortcutPinnedState()323 || !systemShortcuts.containsAll(modelShortcuts)) { in updateShortcutPinnedState()