Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java427 final Set<String> validShortcutIds = new HashSet<String>(); in removeBubblesWithInvalidShortcuts() local
429 validShortcutIds.add(info.getId()); in removeBubblesWithInvalidShortcuts()
442 && validShortcutIds.contains(bubble.getShortcutInfo().getId()); in removeBubblesWithInvalidShortcuts()