Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
DITestReceiver.aidl23 void postNotification(int notificationId, in Notification notification); in postNotification()
24 void cancelNotification(int notificationId); in cancelNotification()
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestService.java52 public void postNotification(int notificationId, Notification notification) { in postNotification()
57 public void cancelNotification(int notificationId) { in cancelNotification()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DNotificationTest.java83 final int notificationId = 123; in testNotificationJobEndDetach() local
120 final int notificationId = 123; in testNotificationJobEndRemove() local
404 final int notificationId = 123; in testUserInitiatedJobNotificationBehavior() local
459 final int notificationId = 123; in testNonUserInitiatedJobNotificationBehavior() local
/cts/tests/app/shared/src/android/app/stubs/shared/
DCloseSystemDialogsTestService.java114 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification()
172 private void notify(int notificationId, PendingIntent intent) { in notify()
DICloseSystemDialogsTestsService.aidl40 void postNotification(int notificationId, in ResultReceiver receiver, boolean usePendingIntent); in postNotification()
DNotificationHelper.java91 public void clickNotification(int notificationId, boolean searchAll) throws CanceledException { in clickNotification()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DNotificationUtils.java69 int notificationId) { in updateNotificationToOngoing()
96 public static void clearNotification(Context c, int notificationId) { in clearNotification()
DCallResources.java45 int notificationId) { in CallResources()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21244/src/android/security/cts/CVE_2023_21244/
DDeviceTest.java127 final int notificationId = 1; in testCVE_2023_21244() local
/cts/hostsidetests/systemui/app/src/android/systemui/cts/
DTestNotificationActivity.java57 final int notificationId = R.layout.activity_notification; in doShowNotification() local
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java237 int notificationId = 42; in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows() local
253 int notificationId = 43; in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent() local
270 int notificationId = 44; in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked() local
285 int notificationId = 45; in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/
DDeviceTest.java122 int notificationId = 0; in testWearableExtenderUri() local
/cts/tests/tests/notification/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java113 int notificationId = message.arg1; in handleMessage() local
172 private void postNotification(int notificationId, PendingIntent intent) { in postNotification()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21288/src/android/security/cts/CVE_2023_21288/
DDeviceTest.java112 int notificationId = 1; in testPocCVE_2023_21288() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java148 int notificationId = 0; in testCallStyleNotification() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java440 int notificationId, Handler callback) throws Exception { in sendTrampolineMessage()
998 int notificationId, Handler callback) throws Exception { in sendMessage()
1098 int notificationId = 6500; in testRankingUpdateSentWithPressure() local
1294 final int notificationId = 1; in testKeyChannelGroupOverrideImportanceExplanation_ranking() local
2364 private Uri getNotificationBackgroundImageUri(int notificationId) { in getNotificationBackgroundImageUri()
2499 final int notificationId = 1006; in testNotificationListener_cancelNotifications() local
2532 final int notificationId = 1006; in testNotificationAssistant_cancelNotifications() local
2724 int notificationId = 6007; in testActivityStartFromRetrievedNotification_isBlocked() local
2747 int notificationId = 6001; in testActivityStartOnBroadcastTrampoline_isBlocked() local
2771 int notificationId = 6002; in testActivityStartOnServiceTrampoline_isBlocked() local
[all …]
DNotificationManagerZenTest.java718 final int notificationId = 1; in testGetSuppressedVisualEffectsOff_ranking() local
755 final int notificationId = 1; in testGetSuppressedVisualEffects_ranking() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUtils.java89 static void showBugreportNotification(Context context, String msg, int notificationId) { in showBugreportNotification()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundActivity.java175 final int notificationId = R.layout.activity_main; in doShowNotification() local
/cts/tests/app/FgsTimeoutTest/FgsTimeoutTestHelper/src/android/app/cts/fgstimeouttesthelper/
DFgsTimeoutMessage.java171 int notificationId) { in FgsTimeoutMessage()
570 int notificationId = in.readInt(); in FgsTimeoutMessage() local
/cts/tests/app/ShortFgsTest/ShortFgsTestHelper/src/android/app/cts/shortfgstesthelper/
DShortFgsMessage.java162 /* package-private */ ShortFgsMessage( in ShortFgsMessage()
670 int notificationId = in.readInt(); in ShortFgsMessage() local
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java2034 private Notification buildNotification(String channelId, int notificationId, in buildNotification()
2043 private Notification buildMediaNotification(String channelId, int notificationId, in buildMediaNotification()
/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DActivityManagerShortFgsTest.java1152 int notificationId = 10; in testTimeoutExtension() local
/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java637 public void setNotificationAtStart(int notificationId, in setNotificationAtStart()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DKeyboardVisibilityControlTest.java1762 final int notificationId = 12345; in testIMEVisibleWhenNotificationComes() local

12