Searched refs:shouldCancel (Results 1 - 2 of 2) 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...]
/frameworks/base/core/java/android/content/
H A DSyncManager.java1860 boolean shouldCancel;
1868 shouldCancel = mSyncNotificationInfo.isActive;
1880 shouldCancel = mSyncNotificationInfo.isActive &&
1892 shouldInstall = shouldCancel;
1903 if (shouldCancel && !shouldInstall) {
1995 boolean shouldCancel = false;
2003 shouldCancel = alarmIsActive;
2012 } else if (shouldCancel) {

Completed in 145 milliseconds