Searched refs:mShouldCancel (Results 1 – 1 of 1) sorted by relevance
153 private final @Nullable BooleanSupplier mShouldCancel; field in LocationAccessCheck309 if (mShouldCancel != null && mShouldCancel.getAsBoolean()) { in throwInterruptedExceptionIfTaskIsCanceled()330 mShouldCancel = shouldCancel; in LocationAccessCheck()