HomeSort by relevance Sort by last modified time
    Searched refs:SMS_RECORD_LENGTH (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccConstants.java 61 static public final int SMS_RECORD_LENGTH = 176;
IccSmsInterfaceManager.java 200 byte[] data = new byte[IccConstants.SMS_RECORD_LENGTH];
208 for (int j = pdu.length+1; j < IccConstants.SMS_RECORD_LENGTH; j++) {
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 278 byte[] pdu = new byte[IccConstants.SMS_RECORD_LENGTH-1];

Completed in 581 milliseconds