Searched defs:getNotificationManager (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java159 NotificationManager getNotificationManager() { method in class:DevicePolicyManagerServiceTestable.MockInjector
/frameworks/base/services/tests/servicestests/src/com/android/server/retaildemo/
H A DRetailDemoModeServiceTest.java375 NotificationManager getNotificationManager() { method in class:RetailDemoModeServiceTest.TestInjector
/frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
H A DRetailDemoModeService.java630 mInjector.getNotificationManager().notifyAsUser(TAG, SystemMessage.NOTE_RETAIL_RESET,
732 NotificationManager getNotificationManager() { method in class:RetailDemoModeService.Injector
/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java330 public NotificationManager getNotificationManager() { method in class:LockSettingsService.Injector
387 mNotificationManager = injector.getNotificationManager();
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3317 INotificationManager getNotificationManager() { method in class:AccountManagerServiceTest.TestInjector
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java5207 INotificationManager notificationManager = mInjector.getNotificationManager();
5226 INotificationManager service = mInjector.getNotificationManager();
6174 INotificationManager getNotificationManager() { method in class:AccountManagerService.Injector
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java433 mInjector.getNotificationManager().cancel(LOG_TAG,
568 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
1562 NotificationManager getNotificationManager() { method in class:DevicePolicyManagerService.Injector
5386 mInjector.getNotificationManager().notify(SystemMessage.NOTE_PROFILE_WIPED, notification);
5390 mInjector.getNotificationManager().cancel(SystemMessage.NOTE_PROFILE_WIPED);
6139 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
6201 mInjector.getNotificationManager().cancel(LOG_TAG,
6205 mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID,
6219 mInjector.getNotificationManager().cancel(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID);
6239 mInjector.getNotificationManager()
[all...]

Completed in 205 milliseconds