Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java6242 int propValLen = propVal.length(); in setTelephonyProperty() local
6244 propValLen = propVal.getBytes("utf-8").length; in setTelephonyProperty()
6248 if (propValLen > SystemProperties.PROP_VALUE_MAX) { in setTelephonyProperty()