Searched refs:CANCELLED (Results 1 – 12 of 12) sorted by relevance
31 private static final int CANCELLED = 3; field in RankingReconsideration70 mState = CANCELLED; in cancel()77 return mState == CANCELLED; in isCancelled()
29 CANCELLED, enumConstant
337 CANCELLED, /* The post dial string playback was cancelled enumConstant
76 private enum State { LOADING, LOADED, CANCELLED }; enumConstant77 private State mState = State.CANCELLED;315 mState = State.CANCELLED; in cancelLoadingThumbnailsAndIcons()420 if (mState != State.CANCELLED) { in loadTasksInBackground()
296 setPostDialState(PostDialState.CANCELLED); in cancelPostDial()402 if (mPostDialState == PostDialState.CANCELLED in getRemainingPostDialString()424 if (mPostDialState == PostDialState.CANCELLED) { in processNextPostDialChar()
483 mState = State.CANCELLED; in cancel()
284 setPostDialState(PostDialState.CANCELLED); in cancelPostDial()579 if (mPostDialState == PostDialState.CANCELLED in getRemainingPostDialString()611 if (mPostDialState == PostDialState.CANCELLED) { in processNextPostDialChar()
582 mState = State.CANCELLED; in cancel()1217 mState = State.CANCELLED; in onSetComplete()
180 mState = State.CANCELLED; in cancel()327 mState = State.CANCELLED; in onSetComplete()
313 setPostDialState(PostDialState.CANCELLED); in cancelPostDial()609 if (mPostDialState == PostDialState.CANCELLED in getRemainingPostDialString()659 if (mPostDialState == PostDialState.CANCELLED) { in processNextPostDialChar()
168 if (mPostDialState == PostDialState.CANCELLED in getRemainingPostDialString()
1496 assertEquals(Connection.PostDialState.CANCELLED, cn.getPostDialState()); in testPostDialCancel()1728 assertEquals(MmiCode.State.CANCELLED, mmi.getState()); in varifyNetworkInitiated()1782 assertEquals(MmiCode.State.CANCELLED, mmi.getState()); in verifyCancel()