/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | StatusBarNotificationTest.java | 121 Notification notification = new Notification.Builder(mContext) in testIsClearable_notClearableOngoingEvent() local 145 Notification notification = new Notification.Builder(mContext) in testIsGroup_notifGroup() local 158 Notification notification = new Notification.Builder(mContext) in testIsGroup_sortKey() local 176 Notification notification = new Notification.Builder(mContext) in testIsOngoing_ongoingEvent() local 206 Notification notification = clone.getNotification(); in testClone() local
|
D | NotificationTvExtenderTest.java | 61 Notification notification = new Notification(); in testTvExtender_NotifConstructor() local 102 Notification notification = notifBuilder.build(); in testTvExtender_extend() local
|
D | NotificationTest.java | 683 Notification notification = new Notification.Builder(mContext, CHANNEL.getId()).build(); in testGetAllowSystemGeneratedContextualActions_trueByDefault() local 689 Notification notification = new Notification.Builder(mContext, CHANNEL.getId()) in testGetAllowSystemGeneratedContextualActions() local 986 Notification notification = new Notification.Builder(mContext, "test id") in testGetMessagesFromBundleArray() local 1075 Notification notification = builder.build(); in testCallStyle_setsChronometerExtra() local 1089 Notification notification = builder.build(); in testCallStyle_setsCallTypeExtra() local 1116 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_noRemoteInput() local 1141 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_hasRemoteInput() local 1159 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_requestFreeform_noFreeformRemoteInput() local 1191 Notification notification = new Notification.Builder(mContext, "test") in testFreeformRemoteInputActionPair_requestFreeform_hasFreeformRemoteInput() local
|
D | NotificationCarExtenderTest.java | 59 Notification notification = new Notification(); in testCarExtender_Constructor() local 105 Notification notification = notifBuilder.build(); in testCarExtender_extend() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/ |
D | Notification.kt | 16 val notification get() = statusBarNotification.notification constant
|
D | NotificationListenerQuery.kt | 34 private val notification = NotificationQueryHelper(this) 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 | 32 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/apps/CtsVerifier/src/com/android/cts/verifier/net/ |
D | ConnectivityForegroundService.java | 44 Notification notification = in onStartCommand() 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/hostsidetests/securitybulletin/test-apps/CVE-2024-34723/malicious-app/src/android/security/cts/CVE_2024_34723_malicious_app/ |
D | PocService.java | 118 final Notification notification = sendNotification(context); in postTaskToReproduceVulnerability() local
|
/cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/ |
D | FgService.java | 51 Notification notification = in onStartCommand() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2023_21143.java | 74 Notification notification = in testPocCVE_2023_21143() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/ |
D | DialerShowsHunOnIncomingCallActivity.java | 73 Notification notification = in update() 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/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
D | TestFgsService.java | 55 final Notification notification = new Notification.Builder(this, TAG) in onStartCommand() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | FocusLossPreventionService.java | 38 Notification notification = in onStartCommand() local
|
/cts/tests/tests/notificationlegacy/notificationlegacy34/src/android/app/notification/legacy34/cts/ |
D | NotificationManagerApi34Test.kt | 71 val notification: Notification = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in testMediaStyle_noClearFlagNotSet() constant 88 val notification: Notification = Notification.Builder(context, NOTIFICATION_CHANNEL_ID) in testCustomMediaStyle_noClearFlagNotSet() constant
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21277/src/android/security/cts/CVE_2023_21277/ |
D | DeviceTest.java | 105 Notification notification = in testPocCVE_2023_21277() local
|