Home
last modified time | relevance | path

Searched refs:VT_VIDEO_QUALITY_HIGH (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java46 public static final String VT_VIDEO_QUALITY_HIGH = "HIGH"; field in TelephonyConstants
DInCallServiceImpl.java1131 case TelephonyConstants.VT_VIDEO_QUALITY_HIGH: in getVideoCallQuality()
1150 return TelephonyConstants.VT_VIDEO_QUALITY_HIGH; in getVideoCallQualityString()