OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPABILITY_SUPPORTS_VT_REMOTE_RX
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java
62
|
CAPABILITY_SUPPORTS_VT_REMOTE_RX
70
+ "
CAPABILITY_SUPPORTS_VT_REMOTE_RX
"
CallDetailsTest.java
177
mConnection.setConnectionCapabilities(Connection.
CAPABILITY_SUPPORTS_VT_REMOTE_RX
);
200
mConnection.setConnectionCapabilities(Connection.
CAPABILITY_SUPPORTS_VT_REMOTE_RX
);
201
assertCallCapabilities(mCall, Call.Details.
CAPABILITY_SUPPORTS_VT_REMOTE_RX
);
/packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java
264
Connection.
CAPABILITY_SUPPORTS_VT_REMOTE_RX
,
265
android.telecom.Call.Details.
CAPABILITY_SUPPORTS_VT_REMOTE_RX
,
/frameworks/base/telecomm/java/android/telecom/
Call.java
181
public static final int
CAPABILITY_SUPPORTS_VT_REMOTE_RX
= 0x00000400;
192
CAPABILITY_SUPPORTS_VT_REMOTE_RX
| CAPABILITY_SUPPORTS_VT_REMOTE_TX;
395
if (can(capabilities,
CAPABILITY_SUPPORTS_VT_REMOTE_RX
)) {
396
builder.append("
CAPABILITY_SUPPORTS_VT_REMOTE_RX
");
[
all
...]
Connection.java
205
public static final int
CAPABILITY_SUPPORTS_VT_REMOTE_RX
= 0x00000400;
216
CAPABILITY_SUPPORTS_VT_REMOTE_RX
| CAPABILITY_SUPPORTS_VT_REMOTE_TX;
595
if (can(capabilities,
CAPABILITY_SUPPORTS_VT_REMOTE_RX
)) {
596
builder.append(isLong ? "
CAPABILITY_SUPPORTS_VT_REMOTE_RX
" : " VTrrx");
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallButtonPresenter.java
413
&& call.can(android.telecom.Call.Details.
CAPABILITY_SUPPORTS_VT_REMOTE_RX
);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java
[
all
...]
Completed in 6396 milliseconds