Searched refs:mForegroundServiceController (Results 1 – 5 of 5) sorted by relevance
45 private final ForegroundServiceController mForegroundServiceController; field in ForegroundServiceNotificationListener55 mForegroundServiceController = foregroundServiceController; in ForegroundServiceNotificationListener()110 mForegroundServiceController.updateUserState( in removeNotification()115 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in removeNotification()145 mForegroundServiceController.updateUserState( in updateNotification()148 if (mForegroundServiceController.isDisclosureNotification(sbn)) { in updateNotification()
290 @Inject Lazy<ForegroundServiceController> mForegroundServiceController; field in Dependency479 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
54 private final ForegroundServiceController mForegroundServiceController; field in AppOpsCoordinator65 mForegroundServiceController = foregroundServiceController; in AppOpsCoordinator()93 if (mForegroundServiceController.isDisclosureNotification(sbn)94 && !mForegroundServiceController.isDisclosureNeededForUser(
49 private final ForegroundServiceController mForegroundServiceController; field in NotificationFilter62 mForegroundServiceController = foregroundServiceController; in NotificationFilter()100 if (mForegroundServiceController.isDisclosureNotification(sbn) in shouldFilterOut()101 && !mForegroundServiceController.isDisclosureNeededForUser(sbn.getUserId())) { in shouldFilterOut()
64 @Mock private ForegroundServiceController mForegroundServiceController; field in AppOpsCoordinatorTest83 mForegroundServiceController, in setup()106 when(mForegroundServiceController.isDisclosureNotification(sbn)).thenReturn(true); in filterTest_disclosureUnnecessary()109 when(mForegroundServiceController.isDisclosureNeededForUser(sbn.getUserId())) in filterTest_disclosureUnnecessary()