Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/CarModeTestAppSelfManaged/src/android/telecom/cts/carmodetestappselfmanaged/
DCtsCarModeInCallServiceControlSelfManaged.java19 import android.telecom.cts.carmodetestapp.CtsCarModeInCallServiceControl;
21 public class CtsCarModeInCallServiceControlSelfManaged extends CtsCarModeInCallServiceControl {
/cts/tests/tests/telecom/CarModeTestAppTwo/src/android/telecom/cts/carmodetestapptwo/
DCtsCarModeInCallServiceControlTwo.java19 import android.telecom.cts.carmodetestapp.CtsCarModeInCallServiceControl;
21 public class CtsCarModeInCallServiceControlTwo extends CtsCarModeInCallServiceControl {
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java36 public class CtsCarModeInCallServiceControl extends Service { class
37 private static final String TAG = CtsCarModeInCallServiceControl.class.getSimpleName();
41 new ComponentName(CtsCarModeInCallServiceControl.class.getPackage().getName(),
42 CtsCarModeInCallServiceControl.class.getName());
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionTest.java43 import android.telecom.cts.carmodetestapp.CtsCarModeInCallServiceControl;
89 private static final String CAR_DIALER_PKG_1 = CtsCarModeInCallServiceControl.class
92 CAR_DIALER_PKG_1, CtsCarModeInCallServiceControl.class.getName());
DCarModeInCallServiceTest.java760 android.telecom.cts.carmodetestapp.CtsCarModeInCallServiceControl in getControlBinder()
/cts/tests/tests/telecom/
DAndroid.bp24 "src/android/telecom/cts/carmodetestapp/CtsCarModeInCallServiceControl.java",