Searched refs:shouldCancel (Results 1 – 4 of 4) sorted by relevance
60 private var shouldCancel = false variable in com.android.permissioncontroller.tests.mocking.privacysources.AccessibilitySourceServiceTest83 shouldCancel = false in cleanup()90 shouldCancel = true in processAccessibilityJobWithCancellation()96 shouldCancel in processAccessibilityJobWithCancellation()
82 private var shouldCancel = false variable in com.android.permissioncontroller.tests.mocking.privacysources.NotificationListenerCheckInternalTest104 NotificationListenerCheckInternal(context) { shouldCancel } in setup()114 shouldCancel = false in cleanup()120 shouldCancel = true in getEnabledNotificationListenersAndNotifyIfNeeded_shouldCancel_finishJob_reschedule()
195 private val shouldCancel: BooleanSupplier? constant862 if (shouldCancel != null && shouldCancel.asBoolean) { in throwInterruptedExceptionIfTaskIsCanceled()
398 public LocationAccessCheck(@NonNull Context context, @Nullable BooleanSupplier shouldCancel) { in LocationAccessCheck() argument406 mShouldCancel = shouldCancel; in LocationAccessCheck()