Searched defs:msgBox (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | MmsQueryHelper.java | 94 int msgBox = cursor.getInt(msgBoxIndex); in querySince() local 114 private String getMmsAddress(String msgId, int msgBox) { in getMmsAddress() 143 private boolean addEvent(String phoneNumber, long date, int msgBox) { in addEvent() 152 private boolean validateEvent(String phoneNumber, long date, int msgBox) { in validateEvent()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
H A D | PduCache.java | 97 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in put() local 218 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in purgeByMessageBox() local 257 HashSet<Uri> msgBox = mThreads.get(Long.valueOf(entry.getMessageBox())); in removeFromMessageBoxes() local
|
H A D | PduCacheEntry.java | 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | PduCache.java | 100 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId); in put() local 224 HashSet<Uri> msgBox = mMessageBoxes.remove(msgBoxId); in purgeByMessageBox() local 262 HashSet<Uri> msgBox = mThreads.get(Long.valueOf(entry.getMessageBox())); in removeFromMessageBoxes() local
|
H A D | PduCacheEntry.java | 30 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsProvider.java | 254 private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox, String pduTable) { in constructQueryForBox() 310 int msgBox = Mms.MESSAGE_BOX_ALL; in insert() local 653 int msgBox = getMessageBoxByMatch(match); in delete() local
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduPersister.java | 543 int msgBox = 0; in load() local 1499 Integer msgBox = MESSAGE_BOX_MAP.get(to); in move() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | PduPersister.java | 565 int msgBox = 0; in load() local 1623 final Integer msgBox = MESSAGE_BOX_MAP.get(to); in move() local
|
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgentTest.java | 370 int textOnly, int msgBox, in createMmsRow()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapContentObserver.java | 2291 int msgBox = c.getInt(c.getColumnIndex(Mms.MESSAGE_BOX)); in unDeleteMessageMms() local
|
H A D | BluetoothMapContent.java | 3996 int msgBox, threadId; in getMmsMessage() local
|