Searched refs:isStopped (Results 1 – 11 of 11) sorted by relevance
311 while (!isStopped()) { in sync()320 if (isStopped()) break; in sync()420 if (!isStopped()) { in sync()543 while ((System.currentTimeMillis() < endTime) && !isStopped()) { in runPingLoop()654 if (isStopped()) return; in runPingLoop()676 if (isStopped()) { in runPingLoop()
180 public boolean isStopped() { in isStopped() method in AbstractSyncService
96 public boolean isStopped() { in isStopped() method in InterruptibleInOutAnimator
252 ", isStopped " + anim.isStopped()); in CellLayout()
75 private boolean isStopped = false; field in NativeNfcTag.PresenceCheckWatchdog94 isStopped = true; in end()108 while (isPresent && !isStopped) { in run()
219 if (!mService.isStopped()) { in parse()
220 if (!mService.isStopped()) { in execute()
201 if (!mService.isStopped() || resetFolders) { in parse()
1192 if (mService.isStopped()) return;
1055 if (!mService.isStopped()) { in execute()
521 enableMenu = mPreviewThread.isStopped(); in onPrepareOptionsMenu()2114 private boolean isStopped() {