Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java479 verifyCallStateToNativeInvocation( in testVirtualCall_preemptedByTelecomCall()
582 verifyCallStateToNativeInvocation(dialingCallState, connectedDevices); in testDialingOutCall_NormalDialingOut()
591 verifyCallStateToNativeInvocation(activeCallState, connectedDevices); in testDialingOutCall_NormalDialingOut()
1180 verifyCallStateToNativeInvocation( in verifyVirtualCallStartSequenceInvocations()
1183 verifyCallStateToNativeInvocation( in verifyVirtualCallStartSequenceInvocations()
1186 verifyCallStateToNativeInvocation( in verifyVirtualCallStartSequenceInvocations()
1192 verifyCallStateToNativeInvocation( in verifyVirtualCallStopSequenceInvocations()
1197 private void verifyCallStateToNativeInvocation(HeadsetCallState headsetCallState, in verifyCallStateToNativeInvocation() method in HeadsetServiceAndStateMachineTest