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/
IccSmsInterfaceManager.java 200 byte[] data = new byte[IccConstants.SMS_RECORD_LENGTH];
208 for (int j = pdu.length+1; j < IccConstants.SMS_RECORD_LENGTH; j++) {
IccConstants.java 79 static public final int SMS_RECORD_LENGTH = 176;
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 275 byte[] pdu = new byte[IccConstants.SMS_RECORD_LENGTH-1];

Completed in 41 milliseconds