Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceAndStateMachineTest.java496 verifyCallStateToNativeInvocation( in testVirtualCall_preemptedByTelecomCall()
605 verifyCallStateToNativeInvocation(dialingCallState, connectedDevices); in testDialingOutCall_NormalDialingOut()
614 verifyCallStateToNativeInvocation(activeCallState, connectedDevices); in testDialingOutCall_NormalDialingOut()
1124 verifyCallStateToNativeInvocation(incomingCallState, connectedDevices); in testPhoneStateChangedWithIncomingCallState()
1234 verifyCallStateToNativeInvocation( in verifyVirtualCallStartSequenceInvocations()
1237 verifyCallStateToNativeInvocation( in verifyVirtualCallStartSequenceInvocations()
1240 verifyCallStateToNativeInvocation( in verifyVirtualCallStartSequenceInvocations()
1246 verifyCallStateToNativeInvocation( in verifyVirtualCallStopSequenceInvocations()
1251 private void verifyCallStateToNativeInvocation(HeadsetCallState headsetCallState, in verifyCallStateToNativeInvocation() method in HeadsetServiceAndStateMachineTest