Home
last modified time | relevance | path

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

12

/cts/tests/tests/telecom/NonUiInCallServiceWoExport/src/android/telecom/cts/nonuiincallservicewoexport/
DCtsNonUiInCallServiceWoExportControl.java29 public static final String CONTROL_INTERFACE_ACTION = field in CtsNonUiInCallServiceWoExportControl
56 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/CallStreamingServiceTestApp/src/android/telecom/cts/streamingtestapp/
DCtsCallStreamingServiceControl.java31 public static final String CONTROL_INTERFACE_ACTION = field in CtsCallStreamingServiceControl
59 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java29 public static final String CONTROL_INTERFACE_ACTION = field in CtsThirdPartyInCallServiceControl
73 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/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/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java35 private static final String CONTROL_INTERFACE_ACTION = field in CtsSelfManagedConnectionServiceControl
158 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
DCtsCallRedirectionServiceController.java33 public static final String CONTROL_INTERFACE_ACTION = field in CtsCallRedirectionServiceController
123 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java38 public static final String CONTROL_INTERFACE_ACTION = field in CtsCarModeInCallServiceControl
175 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom/src/android/telecom/cts/
DNullBindingCallRedirectionServiceController.java30 public static final String CONTROL_INTERFACE_ACTION = field in NullBindingCallRedirectionServiceController
DApi29InCallUtils.java24 Intent bindIntent = new Intent(CtsApi29InCallServiceControl.CONTROL_INTERFACE_ACTION); in setupControl()
DThirdPartyInCallServiceTest.java99 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
DNonUiInCallServiceWoExportTest.java126 CtsNonUiInCallServiceWoExportControl.CONTROL_INTERFACE_ACTION); in setUpControlForBindingInterface()
DCallRedirectionServiceTest.java239 setupControlBinder(NullBindingCallRedirectionServiceController.CONTROL_INTERFACE_ACTION, in testServiceUnbindOnNullBinding()
263 interfaceAction = CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION; in setupControlBinder()
DThirdPartyInCallServiceAppOpsPermissionTest.java220 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
DCallStreamingTest.java237 .CONTROL_INTERFACE_ACTION); in getControlBinder()
DCarModeInCallServiceTest.java761 .CONTROL_INTERFACE_ACTION); in getControlBinder()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsGroupCallService.java51 public static final String CONTROL_INTERFACE_ACTION = field in CtsGroupCallService
194 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
DCtsStreamingService.java58 public static final String CONTROL_INTERFACE_ACTION = field in CtsStreamingService
238 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
DCtsDownloadService.java85 public static final String CONTROL_INTERFACE_ACTION = field in CtsDownloadService
498 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DTelecomTestApp.java52 public static final String CONTROL_INTERFACE_ACTION = MANAGED_PACKAGE_NAME + ".BIND"; field in TelecomTestApp
DBindUtils.java165 return TelecomTestApp.CONTROL_INTERFACE_ACTION; in getBindActionFromApplicationName()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedAppControl.java30 import static android.telecom.cts.apps.TelecomTestApp.CONTROL_INTERFACE_ACTION;
377 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingTestBase.java169 Intent bindIntent = new Intent(CtsStreamingService.CONTROL_INTERFACE_ACTION); in getControlBinder()
DMbmsDownloadTestBase.java189 Intent bindIntent = new Intent(CtsDownloadService.CONTROL_INTERFACE_ACTION); in getControlBinder()
DMbmsGroupCallTestBase.java200 Intent bindIntent = new Intent(CtsGroupCallService.CONTROL_INTERFACE_ACTION); in getControlBinder()

12