Home
last modified time | relevance | path

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

/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainActivity.java75 private static enum State { INITIAL, UNLOCK_REQUESTED, UNLOCK_CANCELED }; enumConstant
120 mState = State.UNLOCK_REQUESTED; in onResume()
131 case UNLOCK_REQUESTED: in onResume()