Home
last modified time | relevance | path

Searched refs:getNotificationManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java151 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerServiceTestable.MockInjector
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java367 mInjector.getNotificationManager().cancel(LOG_TAG,
468 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
1357 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerService.Injector
2699 mInjector.getNotificationManager().cancelAsUser( in manageNotification()
2752 mInjector.getNotificationManager().notifyAsUser( in manageNotification()
4627 mInjector.getNotificationManager().notify(PROFILE_WIPED_NOTIFICATION_ID, notification); in sendWipeProfileNotification()
4631 mInjector.getNotificationManager().cancel(PROFILE_WIPED_NOTIFICATION_ID); in clearWipeProfileNotification()
5355 … mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID, in requestBugreport()
5416 mInjector.getNotificationManager().cancel(LOG_TAG, in onBugreportFinished()
5420 … mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID, in onBugreportFinished()
[all …]