Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java525 boolean isIntentActive() { in isIntentActive() method in Bubble
DBubbleController.java275 if (bubble.isIntentActive() || mBubbleData.hasBubbleInStackWithKey(bubble.getKey())) { in initialize()