Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java446 boolean isIntentActive() { in isIntentActive() method in Bubble
DBubbleController.java407 if (bubble.isIntentActive()) { in BubbleController()