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

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

Completed in 43 milliseconds