Searched refs:CtsThirdPartyInCallServiceControl (Results 1 – 7 of 7) sorted by relevance
19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;21 public class CtsThirdPtyDialerInCallServiceControlTwo extends CtsThirdPartyInCallServiceControl {
19 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;21 public class CtsThirdPtyDialerInCallServiceControl extends CtsThirdPartyInCallServiceControl {
26 public class CtsThirdPartyInCallServiceControl extends Service { class28 private static final String TAG = CtsThirdPartyInCallServiceControl.class.getSimpleName();
36 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;220 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()224 CtsThirdPartyInCallServiceControl.class.getPackage().getName(), in setUpControl()225 CtsThirdPartyInCallServiceControl.class.getName()); in setUpControl()
29 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;99 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
51 import android.telecom.cts.thirdptyincallservice.CtsThirdPartyInCallServiceControl;71 CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION;75 CtsThirdPartyInCallServiceControl.class.getPackage().getName(),76 CtsThirdPartyInCallServiceControl.class.getName());
59 …erviceTestApp/src/android/telecom/cts/thirdptyincallservice/CtsThirdPartyInCallServiceControl.java…