Lines Matching refs:HOLD
198 Log.i(this, "Putting the call on hold: " + mCall);
201 Log.i(this, "Removing the call from hold: " + mCall);
375 Log.v(this, "Show hold ", call.can(PhoneCapabilities.SUPPORT_HOLD));
376 Log.v(this, "Enable hold", call.can(PhoneCapabilities.HOLD));
383 final boolean enableHoldOption = call.can(PhoneCapabilities.HOLD);
393 // Show either HOLD or SWAP, but not both. If neither HOLD or SWAP is available:
394 // (1) If the device normally can hold, show HOLD in a disabled state.
395 // (2) If the device doesn't have the concept of hold/swap, remove the button.
400 // If we show video upgrade and add/merge and hold/swap, the overflow menu is needed.
403 // If we show hold/swap, add, and merge simultaneously, the overflow menu is needed.