Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java368 String packageName, List<ShortcutInfo> validShortcuts, int reason) { in removeBubblesWithInvalidShortcuts() argument
371 for (ShortcutInfo info : validShortcuts) { in removeBubblesWithInvalidShortcuts()
DBubbleController.java495 public void onShortcutsChanged(String packageName, List<ShortcutInfo> validShortcuts, in BubbleController()
497 super.onShortcutsChanged(packageName, validShortcuts, user); in BubbleController()
501 packageName, validShortcuts, DISMISS_SHORTCUT_REMOVED); in BubbleController()