Searched defs:numericCharsSugar (Results 1 - 1 of 1) sorted by path

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaSmsAddress.java137 private static final char[] numericCharsSugar = { field in class:CdmaSmsAddress
142 numericCharsDialable.length + numericCharsSugar.length);
147 for (int i = 0; i < numericCharsSugar.length; i++) {
148 numericCharDialableMap.put(numericCharsSugar[i], false);

Completed in 63 milliseconds