Searched defs:getNotificationManager (Results 1 - 9 of 9) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java261 public NotificationManager getNotificationManager(Context context) { method in class:CarrierServiceStateTracker
298 getNotificationManager(context).notify(notificationType.getTypeId(), builder.build());
307 getNotificationManager(context).cancel(notificationId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DInstallCarrierAppUtils.java86 getNotificationManager(context).notify(
93 NotificationManager notificationManager = getNotificationManager(context);
108 getNotificationManager(context).cancel(pkgName, ACTIVATE_CELL_SERVICE_NOTIFICATION_ID);
155 getNotificationManager(context).getActiveNotifications();
205 private static NotificationManager getNotificationManager(Context context) { method in class:InstallCarrierAppUtils
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DAvailableNetworkNotifier.java246 getNotificationManager().cancel(mSystemMessageNotificationId);
381 private NotificationManager getNotificationManager() { method in class:AvailableNetworkNotifier
406 getNotificationManager().notify(mSystemMessageNotificationId, notification);
H A DWakeupOnboarding.java134 getNotificationManager().notify(WakeupNotificationFactory.ONBOARD_ID,
175 getNotificationManager().cancel(WakeupNotificationFactory.ONBOARD_ID);
189 private NotificationManager getNotificationManager() { method in class:WakeupOnboarding
/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java373 public NotificationManager getNotificationManager() { method in class:LockSettingsService.Injector
435 mNotificationManager = injector.getNotificationManager();
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java554 mInjector.getNotificationManager().cancel(LOG_TAG,
710 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
1829 NotificationManager getNotificationManager() { method in class:DevicePolicyManagerService.Injector
6033 mInjector.getNotificationManager().notify(SystemMessage.NOTE_PROFILE_WIPED, notification);
6037 mInjector.getNotificationManager().cancel(SystemMessage.NOTE_PROFILE_WIPED);
6797 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
6886 mInjector.getNotificationManager().cancel(LOG_TAG,
6890 mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID,
6904 mInjector.getNotificationManager().cancel(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID);
6924 mInjector.getNotificationManager()
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java3322 INotificationManager getNotificationManager() { method in class:AccountManagerServiceTest.TestInjector
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java164 NotificationManager getNotificationManager() { method in class:DevicePolicyManagerServiceTestable.MockInjector
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java5297 INotificationManager notificationManager = mInjector.getNotificationManager();
5316 INotificationManager service = mInjector.getNotificationManager();
6268 INotificationManager getNotificationManager() { method in class:AccountManagerService.Injector

Completed in 220 milliseconds