Home
last modified time | relevance | path

Searched defs:notif (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java279 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/
DNotificationRankingManagerTest.kt300 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
DNotifCollectionTest.java271 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
DShadeListBuilderTest.java1479 private ExpectedNotif notif(int index) { in notif() method in ShadeListBuilderTest
/frameworks/base/services/core/java/com/android/server/notification/
DBadgeExtractor.java71 final Notification notif = record.getNotification(); in process() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupTestHelper.java71 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
DMediaDataManagerTest.kt339 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/
DStorageNotification.java307 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/
DNotificationTestHelper.java343 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1435 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/
DBubbleController.java892 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/
DMediaDataManager.kt525 val notif: Notification = sbn.notification in loadMediaDataInBg() constant
/frameworks/base/core/java/android/app/
DNotification.java10650 public WearableExtender(Notification notif) { in WearableExtender()
11376 public CarExtender(Notification notif) { in CarExtender()
11784 public TvExtender(Notification notif) { in TvExtender()