Searched refs:mOnCallAudioStateChangedCounter (Results 1 – 2 of 2) sorted by relevance
104 final int currentInvokeCount = mOnCallAudioStateChangedCounter.getInvokeCount(); in testSwitchAudioRoutes()123 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 1, in testSwitchAudioRoutes()129 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 2, in testSwitchAudioRoutes()
82 InvokeCounter mOnCallAudioStateChangedCounter; field in BaseTelecomTestWithMockServices229 mOnCallAudioStateChangedCounter.invoke(audioState); in setupCallbacks()256 mOnCallAudioStateChangedCounter = new InvokeCounter("OnCallAudioStateChanged"); in setupCallbacks()