Home
last modified time | relevance | path

Searched refs:isBubble (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java190 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/
DNotificationClicker.java81 if (!row.getEntry().isBubble()) { in onClick()
98 || row.getEntry().isBubble()) { in register()
DNotificationInterruptionStateProvider.java185 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/
DNotificationDelegate.java49 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
DNotificationManagerService.java1060 public void onNotificationBubbleChanged(String key, boolean isBubble) {
1067 if (isBubble && isNotificationAppropriateToBubble(r, pkg, callingUid,
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl79 void onNotificationBubbleChanged(String key, boolean isBubble); in onNotificationBubbleChanged() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1323 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/
DNotificationEntry.java236 public boolean isBubble() { in isBubble() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java574 boolean bubbleExtended = entry != null && entry.isBubble() && userRemovedNotif;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java451 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()