Home
last modified time | relevance | path

Searched defs:notificationManager (Results 1 – 25 of 78) sorted by relevance

1234

/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/
DUtils.kt26 val notificationManager = context.getSystemService(NotificationManager::class.java)!! in ensureNotificationChannel() constant
/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/
DUtils.kt26 val notificationManager = context.getSystemService(NotificationManager::class.java)!! in ensureNotificationChannel() constant
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/
DSendNotification.java56 NotificationManager notificationManager = in sendNotification() local
68 NotificationManager notificationManager = in cancelNotification() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DNotificationUtils.java85 NotificationManager notificationManager = in updateNotificationToOngoing() local
97 NotificationManager notificationManager = c.getSystemService(NotificationManager.class); in clearNotification() local
104 NotificationManager notificationManager = c.getSystemService(NotificationManager.class); in deleteNotificationChannel() local
116 NotificationManager notificationManager = c.getSystemService(NotificationManager.class); in isTargetNotificationPosted() local
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21087.java48 NotificationManager notificationManager = in testPocCVE_2023_21087() local
DCVE_2022_20482.java55 NotificationManager notificationManager = null; in testPocCVE_2022_20482() local
DCVE_2023_21143.java71 NotificationManager notificationManager = in testPocCVE_2023_21143() local
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdCtsForegroundService.java87 NotificationManager notificationManager = in onCreate() local
120 NotificationManager notificationManager = in onDestroy() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0682/src/android/security/cts/CVE_2021_0682/
DPocActivity.java53 final NotificationManager notificationManager = in onResume() local
/cts/tests/tests/notification/NotificationProvider/src/com/android/test/notificationprovider/
DRichNotificationActivity.kt67 private val notificationManager by lazy { getSystemService(NotificationManager::class.java)!! } in <lambda>() constant in com.android.test.notificationprovider.RichNotificationActivity
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20448/helper-app/src/android/security/cts/CVE_2022_20448_helper/
DPocService.java36 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DDeviceTest.java77 NotificationManager notificationManager = in testBubbleNotification() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21291/src/android/security/cts/CVE_2023_21291/
DDeviceTest.java110 NotificationManager notificationManager = in testPocCVE_2023_21291() local
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DNotificationGenerator.java51 NotificationManager notificationManager = context.getSystemService(NotificationManager.class); in createNotification() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40109/src/android/security/cts/CVE_2023_40109/
DDeviceTest.java64 NotificationManager notificationManager = in testPocCVE_2023_40109() local
/cts/hostsidetests/network-policy/app2/src/com/android/cts/netpolicy/hostside/app2/
DMyForegroundService.java52 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-49733/src/android/security/cts/CVE_2024_49733/
DDeviceTest.java55 NotificationManager notificationManager = in testPocCVE_2024_49733() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/test-app/src/android/security/cts/CVE_2021_0704_test/
DListenerService.java68 NotificationManager notificationManager = getSystemService(NotificationManager.class); in broadcastIfVulnerableNotificationFound() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DConnectivityForegroundService.java38 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
DTestService.java46 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/src/android/security/cts/CVE_2021_0478/
DPocService.java43 NotificationManager notificationManager = in onCreate() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-43762/src/android/seurity/cts/CVE_2024_43762/
DPocRemoteViewsService.java33 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/tests/tests/security/src/android/security/cts/CVE_2024_23713/
DCVE_2024_23713.java94 NotificationManager notificationManager = in testPocCVE_2024_23713() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40073/src/android/security/cts/CVE_2023_40073/
DDeviceTest.java140 NotificationManager notificationManager = in testPocCVE_2023_40073() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40120/src/android/security/cts/CVE_2023_40120/
DDeviceTest.java70 NotificationManager notificationManager = in testPocCVE_2023_40120() local

1234