Searched refs:mCurrentUnlockState (Results 1 – 1 of 1) sorted by relevance
126 private int mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID; field in CarTrustAgentUnlockService249 mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID; in onRemoteDeviceConnected()262 mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID; in onRemoteDeviceDisconnected()266 switch (mCurrentUnlockState) { in onUnlockDataReceived()284 mCurrentUnlockState = UNLOCK_STATE_KEY_EXCHANGE_IN_PROGRESS; in onUnlockDataReceived()307 mCurrentUnlockState = UNLOCK_STATE_MUTUAL_AUTH_ESTABLISHED; in onUnlockDataReceived()312 + mCurrentUnlockState); in onUnlockDataReceived()332 mCurrentUnlockState = UNLOCK_STATE_PHONE_CREDENTIALS_RECEIVED; in onUnlockDataReceived()343 Log.e(TAG, "Encountered unexpected unlock state: " + mCurrentUnlockState); in onUnlockDataReceived()473 mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_CLIENT_AUTH; in showVerificationCode()[all …]