HomeSort by relevance Sort by last modified time
    Searched refs:CONTROL_INTERFACE_COMPONENT (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
CtsCallRedirectionServiceController.java 33 public static final ComponentName CONTROL_INTERFACE_COMPONENT =
  /cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
CallScreeningServiceControl.java 37 public static final ComponentName CONTROL_INTERFACE_COMPONENT =
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallRedirectionServiceTest.java 173 bindIntent.setComponent(CtsCallRedirectionServiceController.CONTROL_INTERFACE_COMPONENT);
ThirdPartyCallScreeningServiceTest.java 279 bindIntent.setComponent(CallScreeningServiceControl.CONTROL_INTERFACE_COMPONENT);
  /cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsGroupCallService.java 56 public static final ComponentName CONTROL_INTERFACE_COMPONENT =
CtsStreamingService.java 64 public static final ComponentName CONTROL_INTERFACE_COMPONENT =
CtsDownloadService.java 88 public static final ComponentName CONTROL_INTERFACE_COMPONENT =
  /cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
MbmsDownloadTestBase.java 171 bindIntent.setComponent(CtsDownloadService.CONTROL_INTERFACE_COMPONENT);
MbmsGroupCallTestBase.java 171 bindIntent.setComponent(CtsGroupCallService.CONTROL_INTERFACE_COMPONENT);
MbmsStreamingTestBase.java 150 bindIntent.setComponent(CtsStreamingService.CONTROL_INTERFACE_COMPONENT);

Completed in 380 milliseconds