/aosp14/frameworks/base/location/java/com/android/internal/location/ |
H A 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 …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A 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 …]
|
H A D | ShadeListBuilderTest.java | 2529 private ExpectedNotif notif(int index) { in notif() method in ShadeListBuilderTest
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | BadgeExtractor.java | 71 final Notification notif = record.getNotification(); in process() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A 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
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | RenderStageManagerTest.kt | 218 private fun notif(id: Int): NotificationEntry = NotificationEntryBuilder().setId(id).build() regex
|
H A D | NodeSpecBuilderTest.kt | 327 private fun notif(id: Int, section: NotifSection? = null): NotificationEntry { regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupTestHelper.java | 90 Notification notif = new Notification.Builder(mContext, TEST_CHANNEL_ID) in createEntry() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManagerTest.kt | 455 val notif = regex 1179 val notif = regex 1538 val notif = regex 1576 val notif = regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 334 final Notification notif; in onPublicVolumeStateChangedInternal() local 368 notif, UserHandle.of(vol.getMountUserId())); in onPublicVolumeStateChangedInternal() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 1855 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromOngoingNotification() local 1868 NotificationEntry notif = new NotificationEntryBuilder() in testCreateBubbleFromNoDismissNotification() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 462 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationMediaManager.java | 377 Notification notif = entry.getSbn().getNotification(); in findPlayingMediaNotification() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 1180 public void updateBubble(BubbleEntry notif) { in updateBubble() 1376 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | SwipeHelper.java | 867 Notification notif = enr.getEntry().getSbn().getNotification(); in isAvailableToDragAndDrop() local
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 1702 final Notification notif = generateNotificationRecord(null).getNotification(); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate() local 1924 Notification notif = new Notification.Builder(mContext, mTestNotificationChannel.getId()) in enqueueNotification_notPosted_acquiresAndReleasesWakeLock() local 2313 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotifications_CancelsNoClearFlag() local 2327 final NotificationRecord notif = generateNotificationRecord( in testUserInitiatedCancelAllOnClearAll_NoClearFlag() local 3051 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotificationsInt_CancelsNoClearFlagOnGoing() local 3079 final NotificationRecord notif = generateNotificationRecord( in testCancelAllNotificationsInt_CancelsOngoingFlag() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManager.kt | 985 val notif = sbn.notification regex
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 11053 public WearableExtender(Notification notif) { in WearableExtender() 11786 public CarExtender(Notification notif) { in CarExtender() 12195 public TvExtender(Notification notif) { in TvExtender()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |