Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java153 private final @Nullable BooleanSupplier mShouldCancel; field in LocationAccessCheck
309 if (mShouldCancel != null && mShouldCancel.getAsBoolean()) { in throwInterruptedExceptionIfTaskIsCanceled()
330 mShouldCancel = shouldCancel; in LocationAccessCheck()