Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java103 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in tearDown()
104 disconnectAllCallsAndVerify(mCarModeIncallServiceControlTwo); in tearDown()
196 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testStartCallInCarMode()
221 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testStartCallInAutomotiveProjection()
263 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in failingTestStartCallInCarModeAndAutomotiveProjection()
298 disconnectAllCallsAndVerify(mCarModeIncallServiceControlTwo); in testStartCallInCarModeTwoServices()
332 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testStartCallingInCarModeAndProjectionTwoServices()
359 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testSwitchToCarMode()
482 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testSwitchToAutomotiveProjection()
DSelfManagedConnectionTest.java199 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in tearDown()
200 disconnectAllCallsAndVerify(mCarModeIncallServiceControlTwo); in tearDown()
DBaseTelecomTestWithMockServices.java175 protected void disconnectAllCallsAndVerify(ICtsCarModeInCallServiceControl controlBinder) { in disconnectAllCallsAndVerify() method in BaseTelecomTestWithMockServices