Home
last modified time | relevance | path

Searched defs:msgBox (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DMmsQueryHelper.java94 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 DPduCache.java97 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 DPduCacheEntry.java27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/
H A DPduCache.java100 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 DPduCacheEntry.java30 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java254 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 DPduPersister.java543 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 DPduPersister.java565 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 DTelephonyBackupAgentTest.java370 int textOnly, int msgBox, in createMmsRow()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2291 int msgBox = c.getInt(c.getColumnIndex(Mms.MESSAGE_BOX)); in unDeleteMessageMms() local
H A DBluetoothMapContent.java3996 int msgBox, threadId; in getMmsMessage() local