HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_CAN_UPGRADE_TO_VIDEO (Results 1 - 9 of 9) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 291 Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO,
292 android.telecom.Call.Details.CAPABILITY_CAN_UPGRADE_TO_VIDEO,
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 317 Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO,
318 can(capabilities, Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO));
326 Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO, false);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnection.java 54 | CAPABILITY_CAN_UPGRADE_TO_VIDEO
  /frameworks/base/telecomm/java/android/telecom/
Call.java 311 public static final int CAPABILITY_CAN_UPGRADE_TO_VIDEO = 0x00080000;
532 if (can(capabilities, CAPABILITY_CAN_UPGRADE_TO_VIDEO)) {
533 builder.append(" CAPABILITY_CAN_UPGRADE_TO_VIDEO");
    [all...]
Connection.java 272 public static final int CAPABILITY_CAN_UPGRADE_TO_VIDEO = 0x00080000;
719 if (can(capabilities, CAPABILITY_CAN_UPGRADE_TO_VIDEO)) {
720 builder.append(isLong ? " CAPABILITY_CAN_UPGRADE_TO_VIDEO" : " a2v");
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 175 capabilities |= CAPABILITY_CAN_UPGRADE_TO_VIDEO;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 136 milliseconds