Searched refs:CANCEL (Results 1 – 10 of 10) sorted by relevance
40 private static enum State {CANCEL, ALLOW} enumConstant48 if (mState == State.CANCEL) { in toString()105 boolean result = (status.mState != State.CANCEL); in canThreadDecoding()115 status.mState = State.CANCEL; in cancelThreadDecoding()
43 public static final int CANCEL = 1; field in StateMachine70 CANCEL,182 updateState(CANCEL); in back()216 if (event == CANCEL) { in updateState()
54 private static final String CANCEL = "cancel"; field in WifiDppChooseSavedWifiNetworkFragmentTest84 onView(withText(resourceString(CANCEL))).perform(click()); in clickCancelButton_configuratorQrCodeScannerIntent_shouldPopBackStack()97 onView(withText(resourceString(CANCEL))).perform(click()); in clickCancelButton_processWifiDppQrCodeIntent_shouldFinish()
113 HIDE(true), PEEK(true), OVERVIEW(false), CANCEL(false); enumConstant
64 .setButtonType(FooterButton.ButtonType.CANCEL) in onCreate()
104 .setButtonType(FooterButton.ButtonType.CANCEL) in onCreate()
166 CANCEL = 3; // Indicates that a confirmation screen was cancelled enumerator
243 logCommand(Action.Command.CANCEL); in onCancelClick()
1006 setShelfState(ShelfAnimState.CANCEL, LINEAR, 0); in handleNormalGestureEnd()1328 setShelfState(ShelfAnimState.CANCEL, LINEAR, 0); in endLauncherTransitionController()
252 if (mShelfState == ShelfAnimState.CANCEL) {