/cts/tests/tests/telecom/NonUiInCallServiceWoExport/src/android/telecom/cts/nonuiincallservicewoexport/ |
D | CtsNonUiInCallServiceWoExportControl.java | 29 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/ |
D | CtsCallStreamingServiceControl.java | 31 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/ |
D | CtsThirdPartyInCallServiceControl.java | 29 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/ |
D | CtsApi29InCallServiceControl.java | 29 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/ |
D | CallScreeningServiceControl.java | 35 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/ |
D | CtsSelfManagedConnectionServiceControl.java | 35 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/ |
D | CtsCallRedirectionServiceController.java | 33 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/ |
D | CtsCarModeInCallServiceControl.java | 38 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/ |
D | NullBindingCallRedirectionServiceController.java | 30 public static final String CONTROL_INTERFACE_ACTION = field in NullBindingCallRedirectionServiceController
|
D | Api29InCallUtils.java | 24 Intent bindIntent = new Intent(CtsApi29InCallServiceControl.CONTROL_INTERFACE_ACTION); in setupControl()
|
D | ThirdPartyInCallServiceTest.java | 99 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
|
D | NonUiInCallServiceWoExportTest.java | 126 CtsNonUiInCallServiceWoExportControl.CONTROL_INTERFACE_ACTION); in setUpControlForBindingInterface()
|
D | CallRedirectionServiceTest.java | 239 setupControlBinder(NullBindingCallRedirectionServiceController.CONTROL_INTERFACE_ACTION, in testServiceUnbindOnNullBinding() 263 interfaceAction = CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION; in setupControlBinder()
|
D | ThirdPartyInCallServiceAppOpsPermissionTest.java | 220 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
|
D | CallStreamingTest.java | 237 .CONTROL_INTERFACE_ACTION); in getControlBinder()
|
D | CarModeInCallServiceTest.java | 761 .CONTROL_INTERFACE_ACTION); in getControlBinder()
|
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/ |
D | CtsGroupCallService.java | 51 public static final String CONTROL_INTERFACE_ACTION = field in CtsGroupCallService 194 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
|
D | CtsStreamingService.java | 58 public static final String CONTROL_INTERFACE_ACTION = field in CtsStreamingService 238 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
|
D | CtsDownloadService.java | 85 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/ |
D | TelecomTestApp.java | 52 public static final String CONTROL_INTERFACE_ACTION = MANAGED_PACKAGE_NAME + ".BIND"; field in TelecomTestApp
|
D | BindUtils.java | 165 return TelecomTestApp.CONTROL_INTERFACE_ACTION; in getBindActionFromApplicationName()
|
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/ |
D | ManagedAppControl.java | 30 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/ |
D | MbmsStreamingTestBase.java | 169 Intent bindIntent = new Intent(CtsStreamingService.CONTROL_INTERFACE_ACTION); in getControlBinder()
|
D | MbmsDownloadTestBase.java | 189 Intent bindIntent = new Intent(CtsDownloadService.CONTROL_INTERFACE_ACTION); in getControlBinder()
|
D | MbmsGroupCallTestBase.java | 200 Intent bindIntent = new Intent(CtsGroupCallService.CONTROL_INTERFACE_ACTION); in getControlBinder()
|