/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/ |
D | CtsThirdPartyInCallServiceControl.java | 29 public static final String CONTROL_INTERFACE_ACTION = field in CtsThirdPartyInCallServiceControl 63 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/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallServiceControl.java | 32 public static final String CONTROL_INTERFACE_ACTION = field in CtsCarModeInCallServiceControl 104 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
|
/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/ |
D | CtsCallRedirectionServiceController.java | 31 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/ |
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/ |
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 | ThirdPartyInCallServiceAppOpsPermissionTest.java | 168 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
|
D | CallRedirectionServiceTest.java | 213 CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION); in setupControlBinder()
|
D | SelfManagedConnectionTest.java | 52 CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION;
|
D | CarModeInCallServiceTest.java | 695 .CONTROL_INTERFACE_ACTION); in getControlBinder()
|
D | ThirdPartyCallScreeningServiceTest.java | 521 Intent bindIntent = new Intent(CallScreeningServiceControl.CONTROL_INTERFACE_ACTION); in setupControlBinder()
|
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/ |
D | CtsGroupCallService.java | 54 public static final String CONTROL_INTERFACE_ACTION = field in CtsGroupCallService 197 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
|
D | CtsStreamingService.java | 62 public static final String CONTROL_INTERFACE_ACTION = field in CtsStreamingService 246 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
|
D | CtsDownloadService.java | 88 public static final String CONTROL_INTERFACE_ACTION = field in CtsDownloadService 508 if (CONTROL_INTERFACE_ACTION.equals(intent.getAction())) { in onBind()
|
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | MbmsStreamingTestBase.java | 149 Intent bindIntent = new Intent(CtsStreamingService.CONTROL_INTERFACE_ACTION); in getControlBinder()
|
D | MbmsGroupCallTestBase.java | 170 Intent bindIntent = new Intent(CtsGroupCallService.CONTROL_INTERFACE_ACTION); in getControlBinder()
|