Searched refs:ICtsCarModeInCallServiceControl (Results 1 – 6 of 6) sorted by relevance
35 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 …]
33 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()
58 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()
19 interface ICtsCarModeInCallServiceControl { interface
38 private final IBinder mCtsControl = new ICtsCarModeInCallServiceControl.Stub() {
31 "aidl/android/telecom/cts/carmodetestapp/ICtsCarModeInCallServiceControl.aidl",