Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 18 of 18) sorted by relevance

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
DWorkTypeConverters.java22 import static androidx.work.State.CANCELLED;
57 int CANCELLED = 5; field
59 String COMPLETED_STATES = "(" + SUCCEEDED + ", " + FAILED + ", " + CANCELLED + ")";
105 case CANCELLED: in stateToInt()
106 return StateIds.CANCELLED; in stateToInt()
138 case StateIds.CANCELLED: in intToState()
139 return CANCELLED; in intToState()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingReconsideration.java31 private static final int CANCELLED = 3; field in RankingReconsideration
70 mState = CANCELLED; in cancel()
77 return mState == CANCELLED; in isCancelled()
/frameworks/support/work/workmanager/src/main/java/androidx/work/
DState.java53 CANCELLED; enumConstant
61 return (this == SUCCEEDED || this == FAILED || this == CANCELLED); in isFinished()
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
DWorkManagerImplTest.java25 import static androidx.work.State.CANCELLED;
291 .setInitialState(CANCELLED) in testEnqueue_insertWithCancelledDependencies_isStatusCancelled()
297 assertThat(workSpecDao.getState(work1.getStringId()), is(CANCELLED)); in testEnqueue_insertWithCancelledDependencies_isStatusCancelled()
301 assertThat(workSpecDao.getState(work2.getStringId()), is(CANCELLED)); in testEnqueue_insertWithCancelledDependencies_isStatusCancelled()
1124 assertThat(workSpecDao.getState(work0.getStringId()), is(CANCELLED)); in testCancelWorkById()
1125 assertThat(workSpecDao.getState(work1.getStringId()), is(not(CANCELLED))); in testCancelWorkById()
1143 assertThat(workSpecDao.getState(work0.getStringId()), is(CANCELLED)); in testCancelWorkById_cancelsDependentWork()
1144 assertThat(workSpecDao.getState(work1.getStringId()), is(CANCELLED)); in testCancelWorkById_cancelsDependentWork()
1165 assertThat(workSpecDao.getState(work1.getStringId()), is(CANCELLED)); in testCancelWorkById_cancelsUnfinishedWorkOnly()
1195 assertThat(workSpecDao.getState(work0.getStringId()), is(CANCELLED)); in testCancelAllWorkByTag()
[all …]
DWorkerWrapperTest.java20 import static androidx.work.State.CANCELLED;
172 .setInitialState(CANCELLED) in testCancelled()
180 assertThat(mWorkSpecDao.getState(work.getStringId()), is(CANCELLED)); in testCancelled()
423 .setInitialState(CANCELLED) in testDependencies_failsUncancelledDependentsOnFailure()
448 assertThat(mWorkSpecDao.getState(cancelledWork.getStringId()), is(CANCELLED)); in testDependencies_failsUncancelledDependentsOnFailure()
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
DEnqueueRunnable.java22 import static androidx.work.State.CANCELLED;
183 } else if (prerequisiteState == CANCELLED) { in enqueueWorkWithPrerequisites()
209 } else if (idAndState.state == CANCELLED) { in enqueueWorkWithPrerequisites()
247 workSpec.state = CANCELLED; in enqueueWorkWithPrerequisites()
DCancelWorkRunnable.java19 import static androidx.work.State.CANCELLED;
77 workSpecDao.setState(CANCELLED, workSpecId); in recursivelyCancelWorkAndDependents()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMmiCode.java33 CANCELLED, enumConstant
DConnection.java523 CANCELLED, /* The post dial string playback was cancelled enumConstant
572 if (mPostDialState == PostDialState.CANCELLED in getRemainingPostDialString()
DGsmCdmaConnection.java414 setPostDialState(PostDialState.CANCELLED); in cancelPostDial()
861 if (mPostDialState == PostDialState.CANCELLED) { in processNextPostDialChar()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaMmiCode.java182 mState = State.CANCELLED; in cancel()
334 mState = State.CANCELLED; in onSetComplete()
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
DWorkerWrapper.java19 import static androidx.work.State.CANCELLED;
316 if (mWorkSpecDao.getState(workSpecId) != CANCELLED) { in recursivelyFailWorkAndDependents()
/frameworks/base/services/core/jni/BroadcastRadio/
DTunerCallback.cpp79 CANCELLED = 2, enumerator
222 TunerError cause = TunerError::CANCELLED; in tuneComplete_1_1()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java421 setPostDialState(PostDialState.CANCELLED); in cancelPostDial()
540 if (mPostDialState == PostDialState.CANCELLED) { in processNextPostDialChar()
DImsPhoneMmiCode.java536 mState = State.CANCELLED; in cancel()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java643 mState = State.CANCELLED; in cancel()
1314 mState = State.CANCELLED; in onSetComplete()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1496 assertEquals(Connection.PostDialState.CANCELLED, cn.getPostDialState());
1728 assertEquals(MmiCode.State.CANCELLED, mmi.getState());
1782 assertEquals(MmiCode.State.CANCELLED, mmi.getState());
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...