Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerCheckInternalTest.kt75 @Mock lateinit var mockNotificationListenerCheckJobService: NotificationListenerCheckJobService variable in com.android.permissioncontroller.tests.mocking.privacysources.NotificationListenerCheckInternalTest
124 jobParameters, mockNotificationListenerCheckJobService) in getEnabledNotificationListenersAndNotifyIfNeeded_shouldCancel_finishJob_reschedule()
128 verify(mockNotificationListenerCheckJobService).jobFinished(jobParameters, true) in getEnabledNotificationListenersAndNotifyIfNeeded_shouldCancel_finishJob_reschedule()
138 jobParameters, mockNotificationListenerCheckJobService) in getEnabledNotificationListenersAndNotifyIfNeeded_finishJob()
142 verify(mockNotificationListenerCheckJobService).jobFinished(jobParameters, false) in getEnabledNotificationListenersAndNotifyIfNeeded_finishJob()
152 jobParameters, mockNotificationListenerCheckJobService) in getEnabledNotificationListenersAndNotifyIfNeeded_sendsDataToSafetyCenter()