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.java99 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in tearDown()
100 disconnectAllCallsAndVerify(mCarModeIncallServiceControlTwo); in tearDown()
183 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testStartCallInCarMode()
206 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testStartCallInAutomotiveProjection()
246 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in failingTestStartCallInCarModeAndAutomotiveProjection()
279 disconnectAllCallsAndVerify(mCarModeIncallServiceControlTwo); in testStartCallInCarModeTwoServices()
311 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testStartCallingInCarModeAndProjectionTwoServices()
336 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testSwitchToCarMode()
453 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in testSwitchToAutomotiveProjection()
DSelfManagedConnectionTest.java145 disconnectAllCallsAndVerify(mCarModeIncallServiceControlOne); in tearDown()
146 disconnectAllCallsAndVerify(mCarModeIncallServiceControlTwo); in tearDown()
DBaseTelecomTestWithMockServices.java156 protected void disconnectAllCallsAndVerify(ICtsCarModeInCallServiceControl controlBinder) { in disconnectAllCallsAndVerify() method in BaseTelecomTestWithMockServices