Searched refs:mInternalService (Results 1 – 4 of 4) sorted by relevance
186 LocalServices.addService(PersistentDataBlockManagerInternal.class, mInternalService); in onBootPhase()642 return mInternalService.getFrpCredentialHandle() != null;650 private PersistentDataBlockManagerInternal mInternalService = field in PersistentDataBlockService
181 LocalServices.addService(StatusBarManagerInternal.class, mInternalService); in StatusBarManagerService()209 private final StatusBarManagerInternal mInternalService = new StatusBarManagerInternal() { field in StatusBarManagerService
188 private NotificationManagerInternal mInternalService; field in NotificationManagerServiceTest402 mInternalService = mService.getInternalService(); in setUp()1262 mInternalService.removeForegroundServiceFlagFromNotification(PKG, sbn.getId(), in testRemoveForegroundServiceFlag_ImmediatelyAfterEnqueue()3999 mInternalService.removeForegroundServiceFlagFromNotification( in testRemoveForegroundServiceFlagFromNotification_enqueued()4018 mInternalService.removeForegroundServiceFlagFromNotification( in testRemoveForegroundServiceFlagFromNotification_posted()
1886 publishLocalService(NotificationManagerInternal.class, mInternalService); in onStart()2307 return mInternalService;4731 private final NotificationManagerInternal mInternalService = new NotificationManagerInternal() {