Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java1175 int maxNumFields = (data.length - offset - padding) / width; in decodeCharset() local
1176 if (maxNumFields < 0) { in decodeCharset()
1181 + maxNumFields); in decodeCharset()
1182 numFields = maxNumFields; in decodeCharset()