Searched refs:destroyStateMachine (Results 1 – 4 of 4) sorted by relevance
85 public void destroyStateMachine(HeadsetStateMachine stateMachine) { in destroyStateMachine() method in HeadsetObjectsFactory
219 HeadsetObjectsFactory.getInstance().destroyStateMachine(stateMachine); in stop()1853 HeadsetObjectsFactory.getInstance().destroyStateMachine(stateMachine); in removeStateMachine()
355 verify(mObjectsFactory, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).destroyStateMachine( in testUnbondDevice_disconnectBeforeUnbond()402 verify(mObjectsFactory, after(ASYNC_CALL_TIMEOUT_MILLIS).never()).destroyStateMachine( in testUnbondDevice_disconnectAfterUnbond()412 verify(mObjectsFactory, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).destroyStateMachine( in testUnbondDevice_disconnectAfterUnbond()
139 HeadsetObjectsFactory.getInstance().destroyStateMachine(mHeadsetStateMachine); in tearDown()