Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java35 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
50 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlOne;
51 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlTwo;
661 private void verifyCarModeBound(ICtsCarModeInCallServiceControl control) { in verifyCarModeBound()
688 private void verifyCarModeUnbound(ICtsCarModeInCallServiceControl control) { in verifyCarModeUnbound()
716 private void enableAndVerifyCarMode(ICtsCarModeInCallServiceControl control, int priority) { in enableAndVerifyCarMode()
729 private void requestAndVerifyAutomotiveProjection(ICtsCarModeInCallServiceControl control, in requestAndVerifyAutomotiveProjection()
743 private void releaseAutomotiveProjection(ICtsCarModeInCallServiceControl control) { in releaseAutomotiveProjection()
757 private ICtsCarModeInCallServiceControl getControlBinder(String packageName) in getControlBinder()
763 CompletableFuture<ICtsCarModeInCallServiceControl> future = in getControlBinder()
[all …]
DSelfManagedConnectionTest.java44 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
134 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlOne;
135 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlTwo;
136 private ICtsCarModeInCallServiceControl mCarModeIncallServiceControlSelfManaged;
304 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testEnterCarMode()
337 ICtsCarModeInCallServiceControl.Stub in testTelecomManagerGetSelfManagedPhoneAccountsForPackage()
424 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testIncomingVideoCallWithNoVideoSupportInCarMode()
541 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testSwapInCallServicesForSelfManagedCSCall()
606 mCarModeIncallServiceControlOne = ICtsCarModeInCallServiceControl.Stub in testChangeCarModeApp()
608 mCarModeIncallServiceControlTwo = ICtsCarModeInCallServiceControl.Stub in testChangeCarModeApp()
[all …]
DPhoneAccountRegistrarTest.java35 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
88 ICtsCarModeInCallServiceControl mSecondaryTestPackageControl;
371 ICtsCarModeInCallServiceControl carModeIncallServiceControlSelfManaged = in testTwoPackagesRegisterMax()
372 ICtsCarModeInCallServiceControl.Stub in testTwoPackagesRegisterMax()
791 ICtsCarModeInCallServiceControl.Stub.asInterface(mControl.getService()); in bindToSecondTestPackage()
DBaseTelecomTestWithMockServices.java63 import android.telecom.cts.carmodetestapp.ICtsCarModeInCallServiceControl;
162 protected void disableAndVerifyCarMode(ICtsCarModeInCallServiceControl control, in disableAndVerifyCarMode()
175 protected void disconnectAllCallsAndVerify(ICtsCarModeInCallServiceControl controlBinder) { in disconnectAllCallsAndVerify()
191 protected void assertCarModeCallCount(ICtsCarModeInCallServiceControl control, int expected) { in assertCarModeCallCount()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl21 interface ICtsCarModeInCallServiceControl { interface
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java44 private final IBinder mCtsControl = new ICtsCarModeInCallServiceControl.Stub() {
/cts/tests/tests/telecom/
DAndroid.bp32 "aidl/android/telecom/cts/carmodetestapp/ICtsCarModeInCallServiceControl.aidl",