Searched refs:countGsmSeptetsUsingTables (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/util/ |
H A D | GsmAlphabet.java | 222 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 D | GsmAlphabet.java | 401 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 D | GsmAlphabetTest.java | 44 int septetCount = GsmAlphabet.countGsmSeptetsUsingTables(message, true, 0, 0); in test7bitWithHeader()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/uicc/ |
H A D | IccUtils.java | 278 int septets = GsmAlphabet.countGsmSeptetsUsingTables(alphaTag, false, 0, 0); in stringToAdnStringField()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87188 Lcom/android/internal/telephony/GsmAlphabet;->countGsmSeptetsUsingTables(Ljava/lang/CharSequence;ZI…
|