/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | InstallCarrierAppUtils.java | 88 getNotificationManager(context).notify( in showNotification() 95 NotificationManager notificationManager = getNotificationManager(context); in hideAllNotifications() 110 getNotificationManager(context).cancel(pkgName, ACTIVATE_CELL_SERVICE_NOTIFICATION_ID); in hideNotification() 157 getNotificationManager(context).getActiveNotifications(); in isPackageInstallNotificationActive() 207 private static NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in InstallCarrierAppUtils
|
/frameworks/base/services/core/java/com/android/server/display/notifications/ |
D | DisplayNotificationManager.java | 44 NotificationManager getNotificationManager(); in getNotificationManager() method 74 public NotificationManager getNotificationManager() { in DisplayNotificationManager() 106 mNotificationManager = mInjector.getNotificationManager(); in onBootCompleted()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierServiceStateTrackerTest.java | 129 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in testCancelBothNotifications() 150 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in testSendBothNotifications() 255 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in testSetEnabledNotifications() 327 doReturn(mNotificationManager).when(mSpyCarrierSST).getNotificationManager(any()); in sendMessageOnHandler()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | CertificateMonitor.java | 159 mInjector.getNotificationManager().notifyAsUser( in updateInstalledCertificates() 162 mInjector.getNotificationManager().cancelAsUser( in updateInstalledCertificates()
|
D | RemoteBugreportManager.java | 341 mInjector.getNotificationManager() in notify() 346 mInjector.getNotificationManager() in cancelNotification()
|
D | DevicePolicyManagerService.java | 1425 mInjector.getNotificationManager().notifyAsUser(/* tag= */ null, in sendPrivateSpaceRemovedNotification() 1726 NotificationManager getNotificationManager() { in getNotificationManager() method in Injector 8080 mInjector.getNotificationManager().notifyAsUser( 8089 mInjector.getNotificationManager().cancel(SystemMessage.NOTE_PROFILE_WIPED); 15178 mHandler.post(() -> mInjector.getNotificationManager().notify( in showLocationSettingsEnabledNotification() 19146 mInjector.getNotificationManager().notifyAsUser(/* tag= */ null, 19170 mInjector.getNotificationManager().cancelAsUser(/* tag= */ null, 21041 .getNotificationManager() 21076 .getNotificationManager() 21105 mInjector.getNotificationManager().cancel(SystemMessage.NOTE_PERSONAL_APPS_SUSPENDED); [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 397 public NotificationManager getNotificationManager(Context context) { in getNotificationManager() method in CarrierServiceStateTracker 426 getNotificationManager(context).notify(notificationType.getNotificationTag(), in sendNotification() 445 getNotificationManager(context).cancel( in cancelNotification()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BackgroundRestrictionTest.java | 918 clearInvocations(mInjector.getNotificationManager()); in testBgCurrentDrainMonitor() 959 clearInvocations(mInjector.getNotificationManager()); in testBgCurrentDrainMonitor() 998 clearInvocations(mInjector.getNotificationManager()); in testBgCurrentDrainMonitor() 1242 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() 1253 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() 1265 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() 1280 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() 1296 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() 1313 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() 1319 clearInvocations(mInjector.getNotificationManager()); in testLongFGSMonitor() [all …]
|
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/notifications/ |
D | DisplayNotificationManagerTest.java | 167 when(mMockedInjector.getNotificationManager()).thenReturn( in createDisplayNotificationManager()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | DevicePolicyManagerServiceTestable.java | 162 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerServiceTestable.MockInjector
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 545 public NotificationManager getNotificationManager() { in getNotificationManager() method in LockSettingsService.Injector 680 mNotificationManager = injector.getNotificationManager(); in LockSettingsService()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppRestrictionController.java | 2529 mNotificationManager = mInjector.getNotificationManager(); 3332 NotificationManager getNotificationManager() {
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 5656 INotificationManager notificationManager = mInjector.getNotificationManager(); 5677 INotificationManager service = mInjector.getNotificationManager(); 6715 INotificationManager getNotificationManager() {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 3759 INotificationManager getNotificationManager() { in getNotificationManager() method in AccountManagerServiceTest.TestInjector
|
/frameworks/base/services/ |
D | art-wear-profile | 5214 HSPLcom/android/server/am/AppRestrictionController$Injector;->getNotificationManager()Landroid/app/… 9629 PLcom/android/server/devicepolicy/DevicePolicyManagerService$Injector;->getNotificationManager()Lan… 11483 PLcom/android/server/display/notifications/DisplayNotificationManager$1;->getNotificationManager()L… 14760 PLcom/android/server/locksettings/LockSettingsService$Injector;->getNotificationManager()Landroid/a…
|