Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DPduCacheEntry.java27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { in PduCacheEntry()
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
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java251 private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox, String pduTable) { in constructQueryForBox()
315 int msgBox = Mms.MESSAGE_BOX_ALL; in insert() local
609 int msgBox = getMessageBoxByMatch(match); in delete() local
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java565 int msgBox = 0; in load() local
1615 final Integer msgBox = MESSAGE_BOX_MAP.get(to); in move() local
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java297 int textOnly, int msgBox, in createMmsRow()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2199 int msgBox = c.getInt(c.getColumnIndex(Mms.MESSAGE_BOX)); in unDeleteMessageMms() local
DBluetoothMapContent.java3694 int msgBox, threadId; in getMmsMessage() local