Searched refs:destroyStateMachine (Results 1 – 4 of 4) sorted by relevance
85 public void destroyStateMachine(HeadsetStateMachine stateMachine) { in destroyStateMachine() method in HeadsetObjectsFactory
211 HeadsetObjectsFactory.getInstance().destroyStateMachine(stateMachine); in stop()1796 HeadsetObjectsFactory.getInstance().destroyStateMachine(stateMachine); in removeStateMachine()
357 verify(mObjectsFactory, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).destroyStateMachine( in testUnbondDevice_disconnectBeforeUnbond()405 verify(mObjectsFactory, after(ASYNC_CALL_TIMEOUT_MILLIS).never()).destroyStateMachine( in testUnbondDevice_disconnectAfterUnbond()415 verify(mObjectsFactory, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).destroyStateMachine( in testUnbondDevice_disconnectAfterUnbond()
135 HeadsetObjectsFactory.getInstance().destroyStateMachine(mHeadsetStateMachine); in tearDown()