Home
last modified time | relevance | path

Searched refs:NotificationManagerInternal (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DReviewNotificationPermissionsJobServiceTest.java58 private NotificationManagerInternal mMockNotificationManagerInternal;
69 LocalServices.removeServiceForTest(NotificationManagerInternal.class); in setUp()
70 LocalServices.addService(NotificationManagerInternal.class, in setUp()
DNotificationHistoryJobServiceTest.java70 private NotificationManagerInternal mMockNotificationManagerInternal;
86 LocalServices.removeServiceForTest(NotificationManagerInternal.class); in setUp()
87 LocalServices.addService(NotificationManagerInternal.class, in setUp()
DNotificationBitmapJobServiceTest.java68 private NotificationManagerInternal mMockNotificationManagerInternal;
86 LocalServices.removeServiceForTest(NotificationManagerInternal.class); in setUp()
87 LocalServices.addService(NotificationManagerInternal.class, in setUp()
DNotificationManagerServiceTest.java389 private NotificationManagerInternal mInternalService;
/frameworks/base/services/core/java/com/android/server/notification/
DReviewNotificationPermissionsJobService.java59 NotificationManagerInternal nmi = in onStartJob()
60 LocalServices.getService(NotificationManagerInternal.class); in onStartJob()
DNotificationHistoryJobService.java66 NotificationManagerInternal nmInternal = in onStartJob()
67 LocalServices.getService(NotificationManagerInternal.class); in onStartJob()
DNotificationBitmapJobService.java101 NotificationManagerInternal nmInternal = in onStartJob()
102 LocalServices.getService(NotificationManagerInternal.class); in onStartJob()
DNotificationManagerInternal.java26 public interface NotificationManagerInternal { interface
DNotificationManagerService.java2760 publishLocalService(NotificationManagerInternal.class, mInternalService); in onStart()
3493 NotificationManagerInternal getInternalService() {
7010 private final NotificationManagerInternal mInternalService = new NotificationManagerInternal() {
/frameworks/base/services/core/java/com/android/server/am/
DBaseAppStateTracker.java44 import com.android.server.notification.NotificationManagerInternal;
293 NotificationManagerInternal mNotificationManagerInternal;
317 NotificationManagerInternal.class); in onSystemReady()
388 NotificationManagerInternal getNotificationManagerInternal() { in getNotificationManagerInternal()
DServiceRecord.java69 import com.android.server.notification.NotificationManagerInternal;
1570 NotificationManagerInternal nm = LocalServices.getService( in updateFgsHasNotificationPermission()
1571 NotificationManagerInternal.class); in updateFgsHasNotificationPermission()
1598 NotificationManagerInternal nm = LocalServices.getService( in postNotification()
1599 NotificationManagerInternal.class); in postNotification()
1719 NotificationManagerInternal nm = LocalServices.getService( in cancelNotification()
1720 NotificationManagerInternal.class); in cancelNotification()
1756 NotificationManagerInternal nmi = LocalServices.getService( in stripForegroundServiceFlagFromNotification()
1757 NotificationManagerInternal.class); in stripForegroundServiceFlagFromNotification()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java61 import com.android.server.notification.NotificationManagerInternal;
97 NotificationManagerInternal mNotificationManagerInternal;
125 LocalServices.addService(NotificationManagerInternal.class, mNotificationManagerInternal); in setUp()
156 LocalServices.removeServiceForTest(NotificationManagerInternal.class); in tearDown()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobNotificationCoordinator.java39 import com.android.server.notification.NotificationManagerInternal;
107 private final NotificationManagerInternal mNotificationManagerInternal;
110 mNotificationManagerInternal = LocalServices.getService(NotificationManagerInternal.class); in JobNotificationCoordinator()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobNotificationCoordinatorTest.java45 import com.android.server.notification.NotificationManagerInternal;
62 private NotificationManagerInternal mNotificationManagerInternal;
72 .when(() -> LocalServices.getService(NotificationManagerInternal.class)); in setUp()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DActivityManagerServiceTest.java137 import com.android.server.notification.NotificationManagerInternal;
231 @Mock private NotificationManagerInternal mNotificationManagerInternal;
252 LocalServices.addService(NotificationManagerInternal.class, mNotificationManagerInternal); in setUp()
311 LocalServices.removeServiceForTest(NotificationManagerInternal.class); in tearDown()
DBackgroundRestrictionTest.java166 import com.android.server.notification.NotificationManagerInternal;
294 @Mock private NotificationManagerInternal mNotificationManagerInternal;
3430 NotificationManagerInternal getNotificationManagerInternal() { in getNotificationManagerInternal()
/frameworks/base/services/core/java/com/android/server/policy/
DPermissionPolicyService.java97 import com.android.server.notification.NotificationManagerInternal;
170 private NotificationManagerInternal mNotificationManager;
1432 mNotificationManager = LocalServices.getService(NotificationManagerInternal.class); in shouldForceShowNotificationPermissionRequest()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java78 import com.android.server.notification.NotificationManagerInternal;
137 private NotificationManagerInternal mNotificationManagerInternal;
156 mNotificationManagerInternal = LocalServices.getService(NotificationManagerInternal.class); in initialize()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java94 import com.android.server.notification.NotificationManagerInternal;
149 private NotificationManagerInternal mNotificationManagerInternal;
207 addLocalServiceMock(NotificationManagerInternal.class, mNotificationManagerInternal); in setUp()
/frameworks/base/services/
Dart-profile1084 …/am/ServiceRecord$1;->run()V+]Lcom/android/server/notification/NotificationManagerInternal;Lcom/an…
1606 …Landroid/util/SparseSetArray;]Lcom/android/server/notification/NotificationManagerInternal;Lcom/an…