Home
last modified time | relevance | path

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

12

/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/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DSimpleForegroundService.java83 NotificationManager notificationManager = in onCreate() local
116 NotificationManager notificationManager = in onDestroy() 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
/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/tests/app/NotificationProvider/src/com/android/test/notificationprovider/
DRichNotificationActivity.kt67 private val notificationManager by lazy { getSystemService(NotificationManager::class.java)!! } in <lambda>() constant
/cts/hostsidetests/incident/apps/notificationsapp/src/com/android/server/cts/notifications/
DNotificationIncidentTestActivity.java36 NotificationManager notificationManager = in onCreate() 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/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
DFgService.java47 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DReflectorVpnService.java77 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
97 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onDestroy() local
/cts/hostsidetests/os/test-apps/InattentiveSleepTestApp/src/android/os/inattentivesleeptests/
DPartialWakeLockService.java43 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onCreate() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DFocusLossPreventionService.java29 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/tests/tests/permission/AppThatRequestOneTimePermission/src/android/permission/cts/appthatrequestpermission/
DKeepAliveForegroundService.java57 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerShowsHunOnIncomingCallActivity.java62 NotificationManager notificationManager = in update() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecResourceTestLowPriorityService.java62 NotificationManager notificationManager = getSystemService(NotificationManager.class); in showNotification() local
/cts/tests/tests/security/src/android/security/cts/CVE_2022_20143/
DCVE_2022_20143.java52 NotificationManager notificationManager = null; in testPocCVE_2022_20143() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DOverlayTestService.java74 NotificationManager notificationManager = getSystemService(NotificationManager.class); in startForeground() local
/cts/tests/app/app/src/android/app/stubs/
DLocalForegroundServiceLocation.java49 NotificationManager notificationManager = getSystemService(NotificationManager.class); in onStartCommand() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39704/src/android/security/cts/CVE_2021_39704/
DPocService.java55 final NotificationManager notificationManager = getSystemService( in exploitBug() local
/cts/tests/tests/media/common/src/android/media/cts/
DLocalMediaProjectionService.java77 final NotificationManager notificationManager = in startForeground() local
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/
DLocalMediaProjectionService.java77 final NotificationManager notificationManager = in startForeground() local
/cts/tests/tests/permission3/CreateNotificationChannelsApp33/src/android/permission3/cts/usepermission/
DCreateNotificationChannelsActivity.kt34 lateinit var notificationManager: NotificationManager variable in android.permission3.cts.usepermission.CreateNotificationChannelsActivity

12