Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DGsmAlphabet.java319 sEnabledSingleShiftTables = r.getIntArray(R.array.config_sms_enabled_single_shift_tables); in enableCountrySpecificEncodings()
322 if (sEnabledSingleShiftTables.length > 0) { in enableCountrySpecificEncodings()
324 sEnabledSingleShiftTables[sEnabledSingleShiftTables.length - 1]; in enableCountrySpecificEncodings()
337 private static int[] sEnabledSingleShiftTables; field in GsmAlphabet