Home
last modified time | relevance | path

Searched refs:ICtsApi29InCallServiceControl (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DApi29InCallUtils.java9 import android.telecom.cts.api29incallservice.ICtsApi29InCallServiceControl;
21 public static Pair<ServiceConnection, ICtsApi29InCallServiceControl> setupControl( in setupControl()
31 CompletableFuture<ICtsApi29InCallServiceControl> resultFuture = new CompletableFuture<>(); in setupControl()
37 resultFuture.complete(ICtsApi29InCallServiceControl.Stub.asInterface(service)); in setupControl()
DNonUiInCallServiceTest.java14 import android.telecom.cts.api29incallservice.ICtsApi29InCallServiceControl;
59 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testMidCallComponentEnablement()
137 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testMidCallComponentEnablementWithNoneAvailableAtStart()
203 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testNullBinding()
228 private ICtsApi29InCallServiceControl setUpControl() throws Exception { in setUpControl()
229 Pair<ServiceConnection, ICtsApi29InCallServiceControl> setupResult = in setUpControl()
DBackgroundCallAudioTest.java25 import android.telecom.cts.api29incallservice.ICtsApi29InCallServiceControl;
502 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility1()
549 ICtsApi29InCallServiceControl controlInterface = setUpControl(); in testLowerApiLevelCompatibility2()
654 private ICtsApi29InCallServiceControl setUpControl() throws Exception { in setUpControl()
655 Pair<ServiceConnection, ICtsApi29InCallServiceControl> setupResult = in setUpControl()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl19 interface ICtsApi29InCallServiceControl { interface
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java32 private final IBinder mCtsCompanionAppControl = new ICtsApi29InCallServiceControl.Stub() {