Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DInstallCarrierAppUtils.java88 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/
DDisplayNotificationManager.java44 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/
DCarrierServiceStateTrackerTest.java129 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/
DCertificateMonitor.java159 mInjector.getNotificationManager().notifyAsUser( in updateInstalledCertificates()
162 mInjector.getNotificationManager().cancelAsUser( in updateInstalledCertificates()
DRemoteBugreportManager.java341 mInjector.getNotificationManager() in notify()
346 mInjector.getNotificationManager() in cancelNotification()
DDevicePolicyManagerService.java1425 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/
DCarrierServiceStateTracker.java397 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/
DBackgroundRestrictionTest.java918 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/
DDisplayNotificationManagerTest.java167 when(mMockedInjector.getNotificationManager()).thenReturn( in createDisplayNotificationManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerServiceTestable.java162 NotificationManager getNotificationManager() { in getNotificationManager() method in DevicePolicyManagerServiceTestable.MockInjector
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java545 public NotificationManager getNotificationManager() { in getNotificationManager() method in LockSettingsService.Injector
680 mNotificationManager = injector.getNotificationManager(); in LockSettingsService()
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java2529 mNotificationManager = mInjector.getNotificationManager();
3332 NotificationManager getNotificationManager() {
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java5656 INotificationManager notificationManager = mInjector.getNotificationManager();
5677 INotificationManager service = mInjector.getNotificationManager();
6715 INotificationManager getNotificationManager() {
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java3759 INotificationManager getNotificationManager() { in getNotificationManager() method in AccountManagerServiceTest.TestInjector
/frameworks/base/services/
Dart-wear-profile5214 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…