/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | InstallCarrierAppUtils.java | 86 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/ |
D | WakeupOnboarding.java | 134 getNotificationManager().notify(WakeupNotificationFactory.ONBOARD_ID, in maybeShowNotification() 175 getNotificationManager().cancel(WakeupNotificationFactory.ONBOARD_ID); in dismissNotification() 189 private NotificationManager getNotificationManager() { in getNotificationManager() method in WakeupOnboarding
|
D | AvailableNetworkNotifier.java | 246 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/ |
D | CarrierServiceStateTracker.java | 261 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/ |
D | CarrierServiceStateTrackerTest.java | 135 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/ |
D | CertificateMonitor.java | 162 mInjector.getNotificationManager().notifyAsUser( in updateInstalledCertificates() 165 mInjector.getNotificationManager().cancelAsUser( in updateInstalledCertificates()
|
D | DevicePolicyManagerService.java | 554 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/ |
D | DevicePolicyManagerServiceTestable.java | 164 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerServiceTestable.MockInjector
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 373 public NotificationManager getNotificationManager() { in getNotificationManager() method in LockSettingsService.Injector 435 mNotificationManager = injector.getNotificationManager(); in LockSettingsService()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5297 INotificationManager notificationManager = mInjector.getNotificationManager(); 5316 INotificationManager service = mInjector.getNotificationManager(); 6268 INotificationManager getNotificationManager() {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 3322 INotificationManager getNotificationManager() { in getNotificationManager() method in AccountManagerServiceTest.TestInjector
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 39583 HSPLcom/android/internal/telephony/CarrierServiceStateTracker;->getNotificationManager(Landroid/con…
|