Searched refs:mockNotificationListenerCheckJobService (Results 1 – 1 of 1) sorted by relevance
75 @Mock lateinit var mockNotificationListenerCheckJobService: NotificationListenerCheckJobService variable in com.android.permissioncontroller.tests.mocking.privacysources.NotificationListenerCheckInternalTest127 mockNotificationListenerCheckJobService in getEnabledNotificationListenersAndNotifyIfNeeded_shouldCancel_finishJob_reschedule()132 verify(mockNotificationListenerCheckJobService).jobFinished(jobParameters, true) in getEnabledNotificationListenersAndNotifyIfNeeded_shouldCancel_finishJob_reschedule()143 mockNotificationListenerCheckJobService in getEnabledNotificationListenersAndNotifyIfNeeded_finishJob()148 verify(mockNotificationListenerCheckJobService).jobFinished(jobParameters, false) in getEnabledNotificationListenersAndNotifyIfNeeded_finishJob()159 mockNotificationListenerCheckJobService in getEnabledNotificationListenersAndNotifyIfNeeded_sendsDataToSafetyCenter()