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