Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java651 boolean isIntentActive() { in isIntentActive() method in Bubble
H A DBubbleController.java359 if (bubble.isIntentActive() || mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in onInit()