HomeSort by relevance Sort by last modified time
    Searched refs:msgBox (Results 1 - 9 of 9) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCacheEntry.java 27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) {
29 mMessageBox = msgBox;
PduCache.java 97 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId);
98 if (msgBox == null) {
99 msgBox = new HashSet<Uri>();
100 mMessageBoxes.put(msgBoxId, msgBox);
113 msgBox.add(finalKey);
218 HashSet<Uri> msgBox = mMessageBoxes.remove(msgBoxId);
219 if (msgBox != null) {
220 for (Uri key : msgBox) {
256 HashSet<Uri> msgBox = mThreads.get(Long.valueOf(entry.getMessageBox()));
257 if (msgBox != null)
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 224 private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox) {
227 if (msgBox != Mms.MESSAGE_BOX_ALL) {
228 qb.appendWhere(Mms.MESSAGE_BOX + "=" + msgBox);
282 int msgBox = Mms.MESSAGE_BOX_ALL;
295 msgBox = (Integer) msgBoxObj;
299 msgBox = Mms.MESSAGE_BOX_INBOX;
303 msgBox = Mms.MESSAGE_BOX_INBOX;
306 msgBox = Mms.MESSAGE_BOX_SENT;
309 msgBox = Mms.MESSAGE_BOX_DRAFTS;
312 msgBox = Mms.MESSAGE_BOX_OUTBOX
    [all...]
  /sdk/find_java/src/source/
utils.cpp 30 void msgBox(const char* text, ...) {
utils.h 353 void msgBox(const char* text, ...);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 531 int msgBox = 0;
565 msgBox = c.getInt(PDU_COLUMN_MESSAGE_BOX);
674 cacheEntry = new PduCacheEntry(pdu, msgBox, threadId);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 288 int msgBox = cursor.getInt(MessageListAdapter.COLUMN_MMS_MESSAGE_BOX);
289 if (msgBox == Mms.MESSAGE_BOX_DRAFTS) {
291 } else if (msgBox == Mms.MESSAGE_BOX_INBOX) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
BluetoothMapContent.java     [all...]

Completed in 1311 milliseconds