| /cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/queries/ |
| D | NotificationQueryHelperTest.java | 51 Notification notification = new Notification(); in matches_noRestrictions_returnsTrue() local 60 Notification notification = in matches_channelId_meetsRestriction_returnsTrue() local 72 Notification notification = in matches_channelId_doesNotMeetRestriction_returnsFalse() local 94 Notification notification = in notificationQueryHelper_queries() local
|
| /cts/tests/tests/notification/src/android/app/notification/current/cts/ |
| D | StatusBarNotificationTest.java | 94 Notification notification = new Notification.Builder(mContext) in testIsClearable_notClearableOngoingEvent() local 115 Notification notification = new Notification.Builder(mContext) in testIsGroup_notifGroup() local 127 Notification notification = new Notification.Builder(mContext) in testIsGroup_sortKey() local 143 Notification notification = new Notification.Builder(mContext) in testIsOngoing_ongoingEvent() local 171 Notification notification = clone.getNotification(); in testClone() local
|
| D | NotificationCarExtenderTest.java | 49 Notification notification = new Notification(); in testCarExtender_Constructor() local 93 Notification notification = notifBuilder.build(); in testCarExtender_extend() local
|
| /cts/tests/tests/permission/permissionTestUtilLib/src/android/permission/cts/ |
| D | CtsNotificationListenerServiceUtils.kt | 50 val notification = getNotification(packageName, notificationId) in <lambda>() constant 64 notifications.forEach { notification -> in <lambda>() method 84 for (notification in notificationService.activeNotifications) { in <lambda>() constant 109 for (notification in notifications) { in <lambda>() constant
|
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20116/src/android/security/cts/CVE_2022_20116/ |
| D | PocService.java | 63 Notification notification = in showNotification() local 67 startForeground(getIntegerRes(R.integer.notificationId), notification); in showNotification() local
|
| /cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
| D | NotificationQuery.java | 31 static NotificationQueryHelper.NotificationQueryBase notification() { in notification() method
|
| /cts/tests/tests/media/common/src/android/media/cts/ |
| D | LocalMediaProjectionService.java | 88 final Notification notification = notificationBuilder.setOngoing(true) in startForeground() local 95 startForeground(getNotificationId(), notification); in startForeground() local
|
| /cts/hostsidetests/dumpsys/apps/ProcStatsHelperApp/src/com/android/server/cts/procstatshelper/ |
| D | ProcStatsHelperServiceBase.java | 47 Notification notification = new Notification.Builder(getApplicationContext()) in onHandleIntent() local
|
| /cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
| D | NotificationTest.java | 86 Notification notification = new Notification.Builder(getContext(), NOTIFICATION_CHANNEL_ID) in testNotificationJobEndDetach() local 123 Notification notification = new Notification.Builder(getContext(), NOTIFICATION_CHANNEL_ID) in testNotificationJobEndRemove() local 410 Notification notification = new Notification.Builder(getContext(), NOTIFICATION_CHANNEL_ID) in testUserInitiatedJobNotificationBehavior() local 462 Notification notification = new Notification.Builder(getContext(), NOTIFICATION_CHANNEL_ID) in testNonUserInitiatedJobNotificationBehavior() local
|
| /cts/hostsidetests/incident/apps/notificationsapp/src/com/android/server/cts/notifications/ |
| D | NotificationIncidentTestActivity.java | 44 final Notification notification = in onCreate() local
|
| /cts/hostsidetests/os/app/src/android/os/app/ |
| D | TestFgService.java | 41 Notification notification = new Notification.Builder(this, CHANNEL) in onStartCommand() local
|
| /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/ |
| D | TestService.java | 50 Notification notification = in onStartCommand() local
|
| /cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/ |
| D | ITestReceiver.aidl | 23 void postNotification(int notificationId, in Notification notification); in postNotification()
|
| /cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/src/android/security/cts/CVE_2021_0478/ |
| D | PocService.java | 50 Notification notification = new Notification.Builder(this, id) in onCreate() local
|
| /cts/tests/tests/security/src/android/security/cts/ |
| D | CVE_2023_21143.java | 74 Notification notification = in testPocCVE_2023_21143() local
|
| /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
| D | FgService.java | 51 Notification notification = in onStartCommand() local
|
| /cts/hostsidetests/os/test-apps/InattentiveSleepTestApp/src/android/os/inattentivesleeptests/ |
| D | PartialWakeLockService.java | 58 Notification notification = new Notification.Builder(this, NOTIFICATION_CHANNEL_ID) in onStartCommand() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/ |
| D | DialerShowsHunOnIncomingCallActivity.java | 73 Notification notification = in update() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
| D | FocusLossPreventionService.java | 38 Notification notification = in onStartCommand() local
|
| /cts/tests/tests/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/ |
| D | KeepAliveForegroundService.java | 61 Notification notification = new Notification.Builder(this, CHANNEL_ID) in onStartCommand() local
|
| /cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
| D | TestFgsService.java | 55 final Notification notification = new Notification.Builder(this, TAG) in onStartCommand() local
|
| /cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
| D | NotificationTest.java | 101 Notification notification = in showNotificationWithTitleNotification() local
|
| /cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/ |
| D | NotificationManager28Test.java | 91 final Notification notification = in testPostFullScreenIntent_noPermission() local
|
| /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
| D | OverlayTestService.java | 77 Notification notification = in startForeground() local
|
| /cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/ |
| D | TaskRemovedListenerService.java | 53 final Notification notification = new Notification.Builder(this, TAG) in onStartCommand() local
|