Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java48 public static final String VT_VIDEO_QUALITY_LOW = "LOW"; field in TelephonyConstants
DInCallServiceImpl.java1146 case TelephonyConstants.VT_VIDEO_QUALITY_LOW: in getVideoCallQuality()
1165 return TelephonyConstants.VT_VIDEO_QUALITY_LOW; in getVideoCallQualityString()