| /frameworks/base/location/java/com/android/internal/location/ |
| D | GpsNetInitiatedHandler.java | 295 public void handleNiNotification(GpsNiNotification notif) { in handleNiNotification() 323 private void handleNi(GpsNiNotification notif) { in handleNi() 364 private void handleNiInEs(GpsNiNotification notif) { in handleNiInEs() 397 private synchronized void setNiNotification(GpsNiNotification notif) { in setNiNotification() 438 private void openNiDialog(GpsNiNotification notif) in openNiDialog() 451 private Intent getDlgIntent(GpsNiNotification notif) in getDlgIntent() 598 static private String getNotifTicker(GpsNiNotification notif, Context context) in getNotifTicker() 607 static private String getNotifTitle(GpsNiNotification notif, Context context) in getNotifTitle() 614 static private String getNotifMessage(GpsNiNotification notif, Context context) in getNotifMessage() 623 static public String getDialogTitle(GpsNiNotification notif, Context context) in getDialogTitle() [all …]
|
| /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/notification/collection/ |
| D | NotifCollectionTest.java | 248 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE2, 88, "barTag")); in testCancelNonExistingNotification() local 336 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testEventDispatchedWhenNotifRemoved() local 362 NotifEvent notif = mNoMan.postNotif(neb); in testEventDispatchedWhenChannelChanged() local 393 final NotifEvent notif = mNoMan.postNotif(neb); in testScheduleBuildNotificationListWhenChannelChanged() local 447 final NotifEvent notif = mNoMan.postNotif(neb); in testBuildNotificationListWhenChannelChanged() local 667 CollectionEvent notif = postNotif(buildNotif(TEST_PACKAGE, 1, "myTag")); in testNMSReportsUserDismissalAlwaysRemovesNotif() local 695 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testDismissNotificationCallsDismissInterceptors() local 727 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47)); in testDismissInterceptorsCanceledWhenNotifIsUpdated() local 760 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndingAllDismissInterceptorsSendsDismiss() local 794 NotifEvent notif = mNoMan.postNotif(buildNotif(TEST_PACKAGE, 47, "myTag")); in testEndDismissInterceptionUpdatesDismissInterceptors() local [all …]
|
| D | ShadeListBuilderTest.java | 2529 private ExpectedNotif notif(int index) { in notif() method in ShadeListBuilderTest
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
| D | RenderStageManagerTest.kt | 218 private fun notif(id: Int): NotificationEntry = NotificationEntryBuilder().setId(id).build() method
|
| D | NodeSpecBuilderTest.kt | 327 private fun notif(id: Int, section: NotifSection? = null): NotificationEntry { in notif() method in com.android.systemui.statusbar.notification.collection.render.NodeSpecBuilderTest
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
| D | HeadsUpManagerTest.java | 101 final Notification notif = new Notification.Builder(mContext, "") in createStickyEntry() local 109 final Notification notif = new Notification.Builder(mContext, "") in createStickyForSomeTimeEntry() local 123 final Notification notif = new Notification.Builder(mContext, "") in createFullScreenIntentEntry() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
| D | NotificationGroupTestHelper.java | 90 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
| D | MediaDataManagerTest.kt | 455 val notif = in testOnNotificationAdded_hasSubstituteName_isUsed() constant 1179 val notif = in testBadArtwork_doesNotUse() constant 1538 val notif = in testTooManyCompactActions_isTruncated() constant 1576 val notif = in testTooManyNotificationActions_isTruncated() constant
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
| D | StorageNotification.java | 334 final Notification notif; in onPublicVolumeStateChangedInternal() local 368 notif, UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
| D | BubblesTest.java | 1855 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromOngoingNotification() local 1868 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromNoDismissNotification() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
| D | AutoDataSwitchController.java | 619 final Notification notif = new Notification.Builder(mContext) in displayAutoDataSwitchNotification() local
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
| D | NotificationTestHelper.java | 462 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | NotificationMediaManager.java | 377 Notification notif = entry.getSbn().getNotification(); in findPlayingMediaNotification() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
| D | MediaDataManager.kt | 782 val notif: Notification = sbn.notification in loadMediaDataInBg() constant 985 val notif = sbn.notification in createActionsFromNotification() constant
|
| /frameworks/native/libs/binder/ndk/tests/ |
| D | libbinder_ndk_unit_test.cpp | 301 auto* notif = AServiceManager_registerForServiceNotifications( in TEST() local 316 auto* notif = AServiceManager_registerForServiceNotifications( in TEST() local
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
| D | BubbleController.java | 1180 public void updateBubble(BubbleEntry notif) { in updateBubble() 1376 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | SwipeHelper.java | 867 Notification notif = enr.getEntry().getSbn().getNotification(); in isAvailableToDragAndDrop() local
|
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
| D | NotificationManagerServiceTest.java | 1701 final Notification notif = generateNotificationRecord(null).getNotification(); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate() local 1923 Notification notif = new Notification.Builder(mContext, mTestNotificationChannel.getId()) in enqueueNotification_notPosted_acquiresAndReleasesWakeLock() local 2312 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local 2326 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local 3050 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotificationsInt_CancelsNoClearFlagOnGoing() local 3078 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotificationsInt_CancelsOngoingFlag() local
|
| /frameworks/base/core/java/android/app/ |
| D | Notification.java | 11053 public WearableExtender(Notification notif) { in WearableExtender() 11786 public CarExtender(Notification notif) { in CarExtender() 12195 public TvExtender(Notification notif) { in TvExtender()
|