Searched refs:CallScreeningServiceControl (Results 1 – 3 of 3) sorted by relevance
32 public class CallScreeningServiceControl extends Service { class34 private static final String TAG = CallScreeningServiceControl.class.getSimpleName();41 private static CallScreeningServiceControl sCallScreeningServiceControl = null;108 public static CallScreeningServiceControl getInstance() { in getInstance()
34 private CallScreeningServiceControl mCallScreeningServiceControl;39 mCallScreeningServiceControl = CallScreeningServiceControl.getInstance(); in onBind()
43 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()