| /frameworks/base/location/java/com/android/internal/location/ |
| D | GpsNetInitiatedHandler.java | 279 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification() 307 private void handleNi(GpsNiNotification notif) { in handleNi() 348 private void handleNiInEs(GpsNiNotification notif) { in handleNiInEs() 381 private synchronized void setNiNotification(GpsNiNotification notif) { in setNiNotification() 422 private void openNiDialog(GpsNiNotification notif) in openNiDialog() 435 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent() 582 static private String getNotifTicker(GpsNiNotification notif, Context context) in getNotifTicker() 591 static private String getNotifTitle(GpsNiNotification notif, Context context) in getNotifTitle() 598 static private String getNotifMessage(GpsNiNotification notif, Context context) in getNotifMessage() 607 static public String getDialogTitle(GpsNiNotification notif, Context context) in getDialogTitle() [all …]
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
| D | NotificationRankingManagerTest.kt | 300 val notif = Notification.Builder(mContext, "test") .build() in <lambda>() constant 320 val notif = Notification.Builder(mContext, "test") .build() in <lambda>() constant 341 val notif = Notification.Builder(mContext, "test") .build() in <lambda>() constant 386 .setNotification(mock(Notification::class.java).also { notif -> in <lambda>() method 438 .setNotification(mock(Notification::class.java).also { notif -> in <lambda>() method
|
| D | NotifCollectionTest.java | 271 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testEventDispatchedWhenNotifRemoved() local 485 CollectionEvent notif = postNotif(buildNotif(TEST_PACKAGE, 1, "myTag")); in testNMSReportsUserDismissalAlwaysRemovesNotif() local 513 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testDismissNotificationCallsDismissInterceptors() local 545 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testDismissInterceptorsCanceledWhenNotifIsUpdated() local 578 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndingAllDismissInterceptorsSendsDismiss() local 610 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndDismissInterceptionUpdatesDismissInterceptors() local 637 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndingDismissalOfNonInterceptedThrows() local
|
| D | ShadeListBuilderTest.java | 1479 private ExpectedNotif notif(int index) { in notif() method in ShadeListBuilderTest
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | BadgeExtractor.java | 71 final Notification notif = record.getNotification(); in process() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | NotificationGroupTestHelper.java | 71 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
| D | MediaDataManagerTest.kt | 339 val notif = SbnBuilder().run { in testBadArtwork_doesNotUse() constant 486 val notif = SbnBuilder().run { in testTooManyCompactActions_isTruncated() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
| D | StorageNotification.java | 307 final Notification notif; in onPublicVolumeStateChangedInternal() local 341 notif, UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
| D | NotificationTestHelper.java | 343 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | NotificationManagerServiceTest.java | 1435 final Notification notif = generateNotificationRecord(null).getNotification(); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate() local 1772 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local 1786 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local 2017 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlagOnGoing() local 2070 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsOnGoingFlag() local 2084 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_OnGoingFlag() local 7073 Notification notif = mService.getNotificationRecord(nr.getSbn().getKey()).getNotification(); in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground() local 7104 Notification notif = mService.getNotificationRecord(nr.getSbn().getKey()).getNotification(); in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground() local 7145 Notification notif = mService.getNotificationRecord(nr.getSbn().getKey()).getNotification(); in testNotificationBubbles_flagRemoved_whenShortcutRemoved() local 7218 Notification notif = mService.getNotificationRecord(nr.getSbn().getKey()).getNotification(); in testNotificationBubbles_shortcut_stopListeningWhenNotifRemoved() local
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
| D | BubbleController.java | 892 public void updateBubble(BubbleEntry notif) { in updateBubble() 927 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
| D | MediaDataManager.kt | 525 val notif: Notification = sbn.notification in loadMediaDataInBg() constant
|
| /frameworks/base/core/java/android/app/ |
| D | Notification.java | 10650 public WearableExtender(Notification notif) { in WearableExtender() 11376 public CarExtender(Notification notif) { in CarExtender() 11784 public TvExtender(Notification notif) { in TvExtender()
|