Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/
DStateMachine.java698 private boolean mIsConstructionCompleted; field in StateMachine.SmHandler
806 if (mIsConstructionCompleted || (mMsg.what == SM_QUIT_CMD)) { in handleMessage()
809 } else if (!mIsConstructionCompleted && (mMsg.what == SM_INIT_CMD) in handleMessage()
812 mIsConstructionCompleted = true; in handleMessage()