OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTROL_INTERFACE_ACTION
(Results
1 - 12
of
12
) sorted by null
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
CtsThirdPartyInCallServiceControl.java
27
public static final String
CONTROL_INTERFACE_ACTION
=
55
if (
CONTROL_INTERFACE_ACTION
.equals(intent.getAction())) {
/cts/tests/tests/telecom/CallRedirectionServiceTestApp/src/android/telecom/cts/redirectiontestapp/
CtsCallRedirectionServiceController.java
31
public static final String
CONTROL_INTERFACE_ACTION
=
91
if (
CONTROL_INTERFACE_ACTION
.equals(intent.getAction())) {
/cts/tests/tests/telecom/CallScreeningServiceTestApp/src/android/telecom/cts/screeningtestapp/
CallScreeningServiceControl.java
35
public static final String
CONTROL_INTERFACE_ACTION
=
87
if (
CONTROL_INTERFACE_ACTION
.equals(intent.getAction())) {
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsGroupCallService.java
54
public static final String
CONTROL_INTERFACE_ACTION
=
197
if (
CONTROL_INTERFACE_ACTION
.equals(intent.getAction())) {
CtsStreamingService.java
62
public static final String
CONTROL_INTERFACE_ACTION
=
246
if (
CONTROL_INTERFACE_ACTION
.equals(intent.getAction())) {
CtsDownloadService.java
86
public static final String
CONTROL_INTERFACE_ACTION
=
460
if (
CONTROL_INTERFACE_ACTION
.equals(intent.getAction())) {
/cts/tests/tests/telecom/src/android/telecom/cts/
CallRedirectionServiceTest.java
172
CtsCallRedirectionServiceController.
CONTROL_INTERFACE_ACTION
);
ThirdPartyInCallServiceTest.java
205
Intent bindIntent = new Intent(CtsThirdPartyInCallServiceControl.
CONTROL_INTERFACE_ACTION
);
ThirdPartyCallScreeningServiceTest.java
278
Intent bindIntent = new Intent(CallScreeningServiceControl.
CONTROL_INTERFACE_ACTION
);
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
MbmsDownloadTestBase.java
170
Intent bindIntent = new Intent(CtsDownloadService.
CONTROL_INTERFACE_ACTION
);
MbmsGroupCallTestBase.java
170
Intent bindIntent = new Intent(CtsGroupCallService.
CONTROL_INTERFACE_ACTION
);
MbmsStreamingTestBase.java
149
Intent bindIntent = new Intent(CtsStreamingService.
CONTROL_INTERFACE_ACTION
);
Completed in 1143 milliseconds