Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java35 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
53 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlOne;
54 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlTwo;
595 private void verifyCarModeBound(ICtsCarModeInCallServiceControl control) { in verifyCarModeBound()
622 private void verifyCarModeUnbound(ICtsCarModeInCallServiceControl control) { in verifyCarModeUnbound()
650 private void enableAndVerifyCarMode(ICtsCarModeInCallServiceControl control, int priority) { in enableAndVerifyCarMode()
663 private void requestAndVerifyAutomotiveProjection(ICtsCarModeInCallServiceControl control, in requestAndVerifyAutomotiveProjection()
677 private void releaseAutomotiveProjection(ICtsCarModeInCallServiceControl control) { in releaseAutomotiveProjection()
691 private ICtsCarModeInCallServiceControl getControlBinder(String packageName) in getControlBinder()
697 CompletableFuture<ICtsCarModeInCallServiceControl> future = in getControlBinder()
[all …]
DSelfManagedConnectionTest.java33 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
84 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlOne;
85 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlTwo;
235 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testEnterCarMode()
259 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testChangeCarModeApp()
261 mCarModeIncallServiceControlTwo = ICtsCarModeInCallServiceControl.Stub in testChangeCarModeApp()
292 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testExitCarMode()
DBaseTelecomTestWithMockServices.java58 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
143 protected void disableAndVerifyCarMode(ICtsCarModeInCallServiceControl control, in disableAndVerifyCarMode()
156 protected void disconnectAllCallsAndVerify(ICtsCarModeInCallServiceControl controlBinder) { in disconnectAllCallsAndVerify()
172 protected void assertCarModeCallCount(ICtsCarModeInCallServiceControl control, int expected) { in assertCarModeCallCount()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl19 interface ICtsCarModeInCallServiceControl { interface
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java38 private final IBinder mCtsControl = new ICtsCarModeInCallServiceControl.Stub() {
/cts/tests/tests/telecom/
DAndroid.bp31 "aidl/android/telecom/cts/carmodetestapp/ICtsCarModeInCallServiceControl.aidl",