Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java182 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallInCarMode()
205 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallInAutomotiveProjection()
229 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection()
234 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection()
239 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection()
244 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection()
271 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallInCarModeTwoServices()
276 assertCarModeCallCount(mCarModeIncallServiceControlTwo, 1); in testStartCallInCarModeTwoServices()
303 assertCarModeCallCount(mCarModeIncallServiceControlTwo, 1); in testStartCallingInCarModeAndProjectionTwoServices()
308 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallingInCarModeAndProjectionTwoServices()
[all …]
DBaseTelecomTestWithMockServices.java165 assertCarModeCallCount(controlBinder, 0); in disconnectAllCallsAndVerify()
172 protected void assertCarModeCallCount(ICtsCarModeInCallServiceControl control, int expected) { in assertCarModeCallCount() method in BaseTelecomTestWithMockServices