Searched defs:shouldCancel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWifiWatchdogService.java365 if (shouldCancel()) return false;
381 if (shouldCancel()) return false;
392 if (shouldCancel()) return false;
405 if (shouldCancel()) return false;
420 return !shouldCancel() && (packetLossPercentage <= acceptableLoss);
452 private boolean shouldCancel() { method in class:WifiWatchdogService
454 myLogV("shouldCancel: Cancelling");
724 if (shouldCancel()) return;
743 if (shouldCancel()) return;
763 if (shouldCancel()) retur
[all...]

Completed in 89 milliseconds