Searched refs:assertCarModeCallCount (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CarModeInCallServiceTest.java | 195 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallInCarMode() 220 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallInAutomotiveProjection() 246 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection() 251 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection() 256 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection() 261 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in failingTestStartCallInCarModeAndAutomotiveProjection() 290 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallInCarModeTwoServices() 295 assertCarModeCallCount(mCarModeIncallServiceControlTwo, 1); in testStartCallInCarModeTwoServices() 324 assertCarModeCallCount(mCarModeIncallServiceControlTwo, 1); in testStartCallingInCarModeAndProjectionTwoServices() 329 assertCarModeCallCount(mCarModeIncallServiceControlOne, 1); in testStartCallingInCarModeAndProjectionTwoServices() [all …]
|
D | BaseTelecomTestWithMockServices.java | 184 assertCarModeCallCount(controlBinder, 0); in disconnectAllCallsAndVerify() 191 protected void assertCarModeCallCount(ICtsCarModeInCallServiceControl control, int expected) { in assertCarModeCallCount() method in BaseTelecomTestWithMockServices
|