Home
last modified time | relevance | path

Searched refs:CallScreeningServiceControl (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
DCallScreeningServiceControl.java32 public class CallScreeningServiceControl extends Service { class
34 private static final String TAG = CallScreeningServiceControl.class.getSimpleName();
41 private static CallScreeningServiceControl sCallScreeningServiceControl = null;
108 public static CallScreeningServiceControl getInstance() { in getInstance()
DCtsCallScreeningService.java34 private CallScreeningServiceControl mCallScreeningServiceControl;
39 mCallScreeningServiceControl = CallScreeningServiceControl.getInstance(); in onBind()
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyCallScreeningServiceTest.java43 import android.telecom.cts.screeningtestapp.CallScreeningServiceControl;
518 Intent bindIntent = new Intent(CallScreeningServiceControl.CONTROL_INTERFACE_ACTION); in setupControlBinder()
519 bindIntent.setComponent(CallScreeningServiceControl.CONTROL_INTERFACE_COMPONENT); in setupControlBinder()