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

  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 264 if (can(capabilities, Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO)) {
266 Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO);
269 Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO);
  /frameworks/base/telecomm/java/android/telecom/
Call.java 201 public static final int CAPABILITY_CAN_UPGRADE_TO_VIDEO = 0x00080000;
330 if (can(capabilities, CAPABILITY_CAN_UPGRADE_TO_VIDEO)) {
331 builder.append(" CAPABILITY_CAN_UPGRADE_TO_VIDEO");
    [all...]
Connection.java 221 public static final int CAPABILITY_CAN_UPGRADE_TO_VIDEO = 0x00080000;
382 if (can(capabilities, CAPABILITY_CAN_UPGRADE_TO_VIDEO)) {
383 builder.append(" CAPABILITY_CAN_UPGRADE_TO_VIDEO");
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 161 capabilities |= CAPABILITY_CAN_UPGRADE_TO_VIDEO;
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 769 Connection.CAPABILITY_CAN_UPGRADE_TO_VIDEO,
770 android.telecom.Call.Details.CAPABILITY_CAN_UPGRADE_TO_VIDEO,
    [all...]

Completed in 34 milliseconds