Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java86 getNotificationManager(context).notify( in showNotification()
93 NotificationManager notificationManager = getNotificationManager(context); in hideAllNotifications()
108 getNotificationManager(context).cancel(pkgName, ACTIVATE_CELL_SERVICE_NOTIFICATION_ID); in hideNotification()
155 getNotificationManager(context).getActiveNotifications(); in isPackageInstallNotificationActive()
205 private static NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in InstallCarrierAppUtils
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupOnboarding.java134 getNotificationManager().notify(WakeupNotificationFactory.ONBOARD_ID, in maybeShowNotification()
175 getNotificationManager().cancel(WakeupNotificationFactory.ONBOARD_ID); in dismissNotification()
189 private NotificationManager getNotificationManager() { in getNotificationManager() method in WakeupOnboarding
DAvailableNetworkNotifier.java246 getNotificationManager().cancel(mSystemMessageNotificationId); in clearPendingNotification()
381 private NotificationManager getNotificationManager() { in getNotificationManager() method in AvailableNetworkNotifier
406 getNotificationManager().notify(mSystemMessageNotificationId, notification); in postNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java261 public NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CarrierServiceStateTracker
298 getNotificationManager(context).notify(notificationType.getTypeId(), builder.build()); in sendNotification()
307 getNotificationManager(context).cancel(notificationId); in cancelNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java135 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in testCancelBothNotifications()
155 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in testSendBothNotifications()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java162 mInjector.getNotificationManager().notifyAsUser( in updateInstalledCertificates()
165 mInjector.getNotificationManager().cancelAsUser( in updateInstalledCertificates()
DDevicePolicyManagerService.java554 mInjector.getNotificationManager().cancel(LOG_TAG,
710 mInjector.getNotificationManager().notifyAsUser(LOG_TAG,
1829 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerService.Injector
6033 mInjector.getNotificationManager().notify(SystemMessage.NOTE_PROFILE_WIPED, notification); in sendWipeProfileNotification()
6037 mInjector.getNotificationManager().cancel(SystemMessage.NOTE_PROFILE_WIPED); in clearWipeProfileNotification()
6797 mInjector.getNotificationManager().notifyAsUser(LOG_TAG, in requestBugreport()
6886 mInjector.getNotificationManager().cancel(LOG_TAG, in onBugreportFinished()
6890 … mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID, in onBugreportFinished()
6904 mInjector.getNotificationManager().cancel(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID); in onBugreportFailed()
6924 … mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID, in onBugreportSharingAccepted()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java164 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerServiceTestable.MockInjector
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java373 public NotificationManager getNotificationManager() { in getNotificationManager() method in LockSettingsService.Injector
435 mNotificationManager = injector.getNotificationManager(); in LockSettingsService()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5297 INotificationManager notificationManager = mInjector.getNotificationManager();
5316 INotificationManager service = mInjector.getNotificationManager();
6268 INotificationManager getNotificationManager() {
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3322 INotificationManager getNotificationManager() { in getNotificationManager() method in AccountManagerServiceTest.TestInjector
/frameworks/base/config/
Dboot-image-profile.txt39583 HSPLcom/android/internal/telephony/CarrierServiceStateTracker;->getNotificationManager(Landroid/con…