Searched refs:isBubble (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 190 final boolean isBubble = row.getEntry().isBubble(); in onNotificationClicked() 195 if (intent == null && !isBubble) { in onNotificationClicked() 202 boolean isActivityIntent = intent != null && intent.isActivity() && !isBubble; in onNotificationClicked() 308 final boolean isBubble = entry.isBubble(); in handleNotificationClickAfterPanelCollapsed() 317 if (isBubble) { in handleNotificationClickAfterPanelCollapsed() 322 if (isActivityIntent || isBubble) { in handleNotificationClickAfterPanelCollapsed() 342 if (!isBubble) { in handleNotificationClickAfterPanelCollapsed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationClicker.java | 81 if (!row.getEntry().isBubble()) { in onClick() 98 || row.getEntry().isBubble()) { in register()
|
D | NotificationInterruptionStateProvider.java | 185 if (!entry.isBubble()) { in shouldBubbleUp() 188 + " is bubble? " + entry.isBubble()); in shouldBubbleUp() 238 if (entry.isBubble() && inShade) { in shouldHeadsUpWhenAwake()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 49 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
|
D | NotificationManagerService.java | 1060 public void onNotificationBubbleChanged(String key, boolean isBubble) { 1067 if (isBubble && isNotificationAppropriateToBubble(r, pkg, callingUid,
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 79 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1323 public void onNotificationBubbleChanged(String key, boolean isBubble) { in onNotificationBubbleChanged() argument 1327 mNotificationDelegate.onNotificationBubbleChanged(key, isBubble); in onNotificationBubbleChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 236 public boolean isBubble() { in isBubble() method in NotificationEntry
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 574 boolean bubbleExtended = entry != null && entry.isBubble() && userRemovedNotif;
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 451 String groupKey, boolean isSummary, boolean isBubble) { in generateNotificationRecord() argument 457 if (isBubble) { in generateNotificationRecord() 475 Notification.TvExtender extender, boolean isBubble) { in generateNotificationRecord() argument 485 if (isBubble) { in generateNotificationRecord()
|