Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewHelper.java228 mPendingIntent = mBubble.getBubbleIntent(); in update()
291 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
H A DBubbleExpandedView.java862 mPendingIntent = mBubble.getBubbleIntent(); in update()
889 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
H A DBubble.java840 PendingIntent getBubbleIntent() { in getBubbleIntent() method in Bubble
H A DBubbleController.java356 if (bubble.getBubbleIntent() == null) { in onInit()
/aosp14/frameworks/base/core/api/
H A Dremoved.txt13 method @Deprecated @Nullable public android.app.PendingIntent getBubbleIntent();
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java10317 public PendingIntent getBubbleIntent() { in getBubbleIntent() method in Notification.Builder.BubbleMetadata