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

  /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...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 77 milliseconds