OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONTROL_INTERFACE_ACTION
(Results
1 - 6
of
6
) 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/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/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/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())) {
Completed in 2225 milliseconds