Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java426 String packageName, List<ShortcutInfo> validShortcuts, int reason) { in removeBubblesWithInvalidShortcuts() argument
429 for (ShortcutInfo info : validShortcuts) { in removeBubblesWithInvalidShortcuts()
H A DBubbleController.java326 public void onShortcutsChanged(String packageName, List<ShortcutInfo> validShortcuts, in initialize()
328 super.onShortcutsChanged(packageName, validShortcuts, user); in initialize()
332 packageName, validShortcuts, DISMISS_SHORTCUT_REMOVED); in initialize()