OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAP_CALLS
(Results
1 - 4
of
4
) sorted by null
/packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java
230
Log.v(this, "Show swap ", call.can(Capabilities.
SWAP_CALLS
));
251
final boolean canSwap = call.can(Capabilities.
SWAP_CALLS
);
InCallPresenter.java
466
final boolean canSwap = activeCall.can(Capabilities.
SWAP_CALLS
);
/packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java
86
public static final int
SWAP_CALLS
= 0x00000008; /* swap with a background call */
92
public static final int ALL = HOLD | SUPPORT_HOLD | MERGE_CALLS |
SWAP_CALLS
| ADD_CALL
/packages/services/Telephony/src/com/android/phone/
CallModeler.java
702
retval |= Capabilities.
SWAP_CALLS
;
[
all
...]
Completed in 89 milliseconds