Searched defs:msgBox (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DPduCacheEntry.java27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { argument
29 mMessageBox = msgBox;
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1365 public static final String getMessageBoxName(int msgBox) { argument
1366 switch (msgBox) {
1378 throw new IllegalArgumentException("Invalid message box: " + msgBox);

Completed in 69 milliseconds