Searched refs:isStopped (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/services/net/java/android/net/util/
H A DStopwatch.java33 public boolean isStopped() { method in class:Stopwatch
38 return (isStarted() && !isStopped());
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/worker/
H A DInterruptionAwareWorker.java30 } while(!isStopped());
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
H A DStopWorkRunnable.java54 boolean isStopped = mWorkManagerImpl.getProcessor().stopWork(mWorkSpecId);
60 isStopped));
/frameworks/base/core/java/android/os/
H A DSystemService.java91 public static boolean isStopped(String service) { method in class:SystemService
/frameworks/support/work/workmanager/src/main/java/androidx/work/
H A DWorker.java212 public final boolean isStopped() { method in class:Worker
218 * cancelled and will never execute again. If {@link #isStopped()} returns {@code true} but
222 * meaningful when {@link #isStopped()} returns {@code true}.
/frameworks/av/services/audioflinger/
H A DTrackBase.h122 bool isStopped() const { function in class:TrackBase
H A DTracks.cpp645 if (buf.mFrameCount == 0 && !isStopping() && !isStopped() && !isPaused()) {
665 if (mSharedBuffer != 0 && (isStopped() || isStopping())) {
689 if (mFillingUpStatus != FS_FILLING || isStopped() || isPausing()) {
H A DThreads.cpp4302 if (!(track->isStopping() || track->isPausing() || track->isStopped()) &&
4378 if (track->isStopped()) {
4490 if ((track->sharedBuffer() == 0) && !track->isStopped() && !track->isPausing() &&
4723 if (framesReady < desiredFrames && !track->isStopped() && !track->isPaused()) {
4740 track->isStopped() || track->isPaused()) {
4748 if (track->isStopped()) {
4821 ALOG_ASSERT(track->isFastTrack() && track->isStopped());
5249 !track->isStopping_2() && !track->isStopped())
5300 if ((track->sharedBuffer() != 0) || track->isStopped() ||
5317 if (track->isStopped()) {
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
H A DAppBackupUtilsTest.java285 boolean isStopped = AppBackupUtils.appIsStopped(applicationInfo);
287 assertThat(isStopped).isTrue();
295 boolean isStopped = AppBackupUtils.appIsStopped(applicationInfo);
297 assertThat(isStopped).isFalse();
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
H A DWorkerWrapperTest.java727 assertThat(worker.isStopped(), is(false));
737 assertThat(worker.isStopped(), is(true));
754 assertThat(worker.isStopped(), is(false));
764 assertThat(worker.isStopped(), is(true));
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java753 if (runner != null && !runner.isPaused() && !runner.isStopped()) {
H A DGraphRunner.java742 public boolean isStopped() { method in class:GraphRunner
/frameworks/support/compat/src/androidTest/java/androidx/core/app/
H A DJobIntentServiceTest.java281 if (!isStopped()) {
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DJobIntentService.java579 public boolean isStopped() { method in class:JobIntentService
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java842 protected synchronized boolean isStopped() { method in class:TextToSpeechService.SpeechItem
1026 if (isStopped()) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1982 while (!SystemService.isStopped(daemon)) {
2170 if (mArguments[i] != null && SystemService.isStopped(mDaemons[i])) {
/frameworks/base/core/java/android/widget/
H A DTextView.java9593 if ((mMarquee == null || mMarquee.isStopped()) && (isFocused() || isSelected())
9612 if (mMarquee != null && !mMarquee.isStopped()) {
10213 if (isMarqueeFadeEnabled() && mMarquee != null && !mMarquee.isStopped()) {
10230 if (isMarqueeFadeEnabled() && mMarquee != null && !mMarquee.isStopped()) {
12481 boolean isStopped() { method in class:TextView.Marquee
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 971 milliseconds