Searched refs:systemShortcuts (Results 1 – 2 of 2) sorted by relevance
52 List<SystemShortcut> systemShortcuts = new ArrayList<>(); in getEnabledShortcuts() local55 systemShortcuts.add(systemShortcut); in getEnabledShortcuts()59 return systemShortcuts; in getEnabledShortcuts()
259 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument286 if (!systemShortcuts.isEmpty()) { in populateAndShow()288 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()293 } else if (!systemShortcuts.isEmpty()) { in populateAndShow()298 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()