Searched defs:shouldCancel (Results 1 – 2 of 2) sorted by relevance
32 bool shouldCancel(const std::future<void>& f) { in shouldCancel() function
321 public LocationAccessCheck(@NonNull Context context, @Nullable BooleanSupplier shouldCancel) { in LocationAccessCheck()