HomeSort by relevance Sort by last modified time
    Searched full:number_of_digits (Results 1 - 5 of 5) sorted by null

  /hardware/ril/include/telephony/
ril_cdma_sms.h 114 unsigned char number_of_digits; member in struct:__anon32109
129 unsigned char number_of_digits; member in struct:__anon32111
578 'number_of_digits' is the number of digits/characters (7, 8, 16, or
585 unsigned char number_of_digits; member in struct:__anon32147
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 68 p.writeByte((byte) 0); // sAddress.number_of_digits
71 p.writeByte((byte) 0); // sSubAddress.number_of_digits
591 p.writeByte((byte) 0); // sAddress.number_of_digits
594 p.writeByte((byte) 0); // sSubAddress.number_of_digits
    [all...]
  /hardware/ril/libril/
ril.cpp 917 rcsm.sAddress.number_of_digits= (uint8_t) ut;
919 digitLimit= MIN((rcsm.sAddress.number_of_digits), RIL_CDMA_SMS_ADDRESS_MAX);
932 rcsm.sSubAddress.number_of_digits = (uint8_t) ut;
934 digitLimit= MIN((rcsm.sSubAddress.number_of_digits), RIL_CDMA_SMS_SUBADDRESS_MAX);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java 159 count = p.readByte(); //p_cur->sAddress.number_of_digits
176 count = p.readByte(); // p_cur->sSubAddress.number_of_digits
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc 2620 int number_of_digits = 0; local
    [all...]

Completed in 408 milliseconds