/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 | 253 getNotificationManager().cancel(mSystemMessageNotificationId); in clearPendingNotification() 394 private NotificationManager getNotificationManager() { in getNotificationManager() method in AvailableNetworkNotifier 419 getNotificationManager().notify(mSystemMessageNotificationId, notification); in postNotification()
|
D | ConnectionFailureNotifier.java | 62 mNotificationManager = mWifiInjector.getNotificationManager(); in ConnectionFailureNotifier()
|
D | WifiInjector.java | 719 public NotificationManager getNotificationManager() { in getNotificationManager() method in WifiInjector
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 272 public NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CarrierServiceStateTracker 308 getNotificationManager(context).notify(notificationType.getNotificationTag(), in sendNotification() 318 getNotificationManager(context).cancel( in cancelNotification()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierServiceStateTrackerTest.java | 99 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in testCancelBothNotifications() 120 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 | 621 mInjector.getNotificationManager().cancel(LOG_TAG, 777 mInjector.getNotificationManager().notifyAsUser(LOG_TAG, 1928 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerService.Injector 6631 mInjector.getNotificationManager().notify(SystemMessage.NOTE_PROFILE_WIPED, notification); in sendWipeProfileNotification() 6635 mInjector.getNotificationManager().cancel(SystemMessage.NOTE_PROFILE_WIPED); in clearWipeProfileNotification() 7408 mInjector.getNotificationManager().notifyAsUser(LOG_TAG, in requestBugreport() 7509 mInjector.getNotificationManager().cancel(LOG_TAG, in onBugreportFinished() 7513 … mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID, in onBugreportFinished() 7527 mInjector.getNotificationManager().cancel(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID); in onBugreportFailed() 7547 … mInjector.getNotificationManager().notifyAsUser(LOG_TAG, RemoteBugreportUtils.NOTIFICATION_ID, in onBugreportSharingAccepted() [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ConnectionFailureNotifierTest.java | 77 when(mWifiInjector.getNotificationManager()).thenReturn(mNotificationManager); in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceTestable.java | 167 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerServiceTestable.MockInjector
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 413 public NotificationManager getNotificationManager() { in getNotificationManager() method in LockSettingsService.Injector 485 mNotificationManager = injector.getNotificationManager(); in LockSettingsService()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5315 INotificationManager notificationManager = mInjector.getNotificationManager(); 5336 INotificationManager service = mInjector.getNotificationManager(); 6299 INotificationManager getNotificationManager() {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 3345 INotificationManager getNotificationManager() { in getNotificationManager() method in AccountManagerServiceTest.TestInjector
|
/frameworks/base/services/ |
D | art-profile | 2253 HSPLcom/android/server/accounts/AccountManagerService$Injector;->getNotificationManager()Landroid/a… 6164 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService$Injector;->getNotificationManager()L… 8246 HSPLcom/android/server/locksettings/LockSettingsService$Injector;->getNotificationManager()Landroid…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21892 HSPLcom/android/internal/telephony/CarrierServiceStateTracker;->getNotificationManager(Landroid/con…
|