Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java111 private static final int UNLOCK_STATE_WAITING_FOR_UNIQUE_ID = 0; field in CarTrustAgentUnlockService
119 @IntDef(prefix = {"UNLOCK_STATE_"}, value = {UNLOCK_STATE_WAITING_FOR_UNIQUE_ID,
126 private int mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID;
249 mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID; in onRemoteDeviceConnected()
262 mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID; in onRemoteDeviceDisconnected()
267 case UNLOCK_STATE_WAITING_FOR_UNIQUE_ID: in onUnlockDataReceived()
559 mCurrentUnlockState = UNLOCK_STATE_WAITING_FOR_UNIQUE_ID; in resetEncryptionState()