/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/ |
D | CtsThirdPartyInCallServiceControl.java | 27 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/ |
D | CtsCarModeInCallServiceControl.java | 32 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/ |
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/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/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 472 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 | 180 Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.CONTROL_INTERFACE_ACTION); in setUpControl()
|
D | CarModeInCallServiceTest.java | 392 .CONTROL_INTERFACE_ACTION); in getControlBinder()
|
D | CallRedirectionServiceTest.java | 213 CtsCallRedirectionServiceController.CONTROL_INTERFACE_ACTION); in setupControlBinder()
|
D | ThirdPartyCallScreeningServiceTest.java | 518 Intent bindIntent = new Intent(CallScreeningServiceControl.CONTROL_INTERFACE_ACTION); in setupControlBinder()
|
/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()
|
D | MbmsDownloadTestBase.java | 170 Intent bindIntent = new Intent(CtsDownloadService.CONTROL_INTERFACE_ACTION); in getControlBinder()
|