Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/
H A DGsmAlphabet.java222 int septets = countGsmSeptetsUsingTables(s, true, 0, 0); in stringToGsm8BitPacked()
287 public static int countGsmSeptetsUsingTables(CharSequence s, boolean use7bitOnly, in countGsmSeptetsUsingTables() method in GsmAlphabet
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/
H A DGsmAlphabet.java401 int septetCount = countGsmSeptetsUsingTables(data, !throwException, in stringToGsm7BitPacked()
680 int septets = countGsmSeptetsUsingTables(s, true, 0, 0);
807 public static int countGsmSeptetsUsingTables(CharSequence s, boolean use7bitOnly,
859 int septets = GsmAlphabet.countGsmSeptetsUsingTables(s, use7bitOnly, 0, 0);
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmAlphabetTest.java44 int septetCount = GsmAlphabet.countGsmSeptetsUsingTables(message, true, 0, 0); in test7bitWithHeader()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/
H A DIccUtils.java278 int septets = GsmAlphabet.countGsmSeptetsUsingTables(alphaTag, false, 0, 0); in stringToAdnStringField()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87188 Lcom/android/internal/telephony/GsmAlphabet;->countGsmSeptetsUsingTables(Ljava/lang/CharSequence;ZI…