Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCameraThread.java48 final ConditionVariable startDone = new ConditionVariable(); in start() local
63 startDone.open(); in start()
70 if (!startDone.block(WAIT_FOR_COMMAND_TO_COMPLETE)) { in start()