Searched refs:SMS_RECORD_LENGTH (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java200 byte[] data = new byte[IccConstants.SMS_RECORD_LENGTH];
208 for (int j = pdu.length+1; j < IccConstants.SMS_RECORD_LENGTH; j++) {
H A DIccConstants.java79 static public final int SMS_RECORD_LENGTH = 176; field in interface:IccConstants
/frameworks/base/telephony/java/android/telephony/
H A DSmsManager.java275 byte[] pdu = new byte[IccConstants.SMS_RECORD_LENGTH-1];

Completed in 345 milliseconds