Home
last modified time | relevance | path

Searched refs:CONTROL_INTERFACE_ACTION (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java27 public static final String CONTROL_INTERFACE_ACTION = field in CtsThirdPartyInCallServiceControl
55 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java32 public static final String CONTROL_INTERFACE_ACTION = field in CtsCarModeInCallServiceControl
81 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java29 public static final String CONTROL_INTERFACE_ACTION = field in CtsApi29InCallServiceControl
74 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionServiceController.java31 public static final String CONTROL_INTERFACE_ACTION = field in CtsCallRedirectionServiceController
91 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
DCallScreeningServiceControl.java35 public static final String CONTROL_INTERFACE_ACTION = field in CallScreeningServiceControl
114 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsGroupCallService.java54 public static final String CONTROL_INTERFACE_ACTION = field in CtsGroupCallService
197 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
DCtsStreamingService.java62 public static final String CONTROL_INTERFACE_ACTION = field in CtsStreamingService
246 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
DCtsDownloadService.java88 public static final String CONTROL_INTERFACE_ACTION = field in CtsDownloadService
472 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/src/android/telecom/cts/
DApi29InCallUtils.java24 Intent bindIntent = new Intent(CtsApi29InCallServiceControl.CONTROL_INTERFACE_ACTION); in setupControl()
DThirdPartyInCallServiceTest.java180 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
DCarModeInCallServiceTest.java392 .CONTROL_INTERFACE_ACTION); in getControlBinder()
DCallRedirectionServiceTest.java213 CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION); in setupControlBinder()
DThirdPartyCallScreeningServiceTest.java518 Intent bindIntent = new Intent(CallScreeningServiceControl.CONTROL_INTERFACE_ACTION); in setupControlBinder()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java149 Intent bindIntent = new Intent(CtsStreamingService.CONTROL_INTERFACE_ACTION); in getControlBinder()
DMbmsGroupCallTestBase.java170 Intent bindIntent = new Intent(CtsGroupCallService.CONTROL_INTERFACE_ACTION); in getControlBinder()
DMbmsDownloadTestBase.java170 Intent bindIntent = new Intent(CtsDownloadService.CONTROL_INTERFACE_ACTION); in getControlBinder()