HomeSort by relevance Sort by last modified time
    Searched refs:msgBox (Results 1 - 13 of 13) 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/apps/Messaging/src/com/android/messaging/mmslib/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.get(msgBoxId);
220 if (msgBox != null) {
221 for (Uri key : msgBox) {
257 HashSet<Uri> msgBox = mThreads.get(Long.valueOf(entry.getMessageBox()));
258 if (msgBox != null)
    [all...]
  /sdk/find_java2/src/
utils.h 24 // In console mode, errors are written on the console; in GUI they use a MsgBox.
35 void msgBox(const TCHAR* text, ...);
utils.cpp 89 void msgBox(const TCHAR* text, ...) {
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 249 private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox, String pduTable) {
252 if (msgBox != Mms.MESSAGE_BOX_ALL) {
253 qb.appendWhere(Mms.MESSAGE_BOX + "=" + msgBox);
309 int msgBox = Mms.MESSAGE_BOX_ALL;
322 msgBox = (Integer) msgBoxObj;
326 msgBox = Mms.MESSAGE_BOX_INBOX;
330 msgBox = Mms.MESSAGE_BOX_INBOX;
333 msgBox = Mms.MESSAGE_BOX_SENT;
336 msgBox = Mms.MESSAGE_BOX_DRAFTS;
339 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/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 565 int msgBox = 0;
601 msgBox = c.getInt(PDU_COLUMN_MESSAGE_BOX);
626 cacheEntry = new PduCacheEntry(pdu, msgBox, threadId);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]
BluetoothMapContentObserver.java     [all...]

Completed in 1179 milliseconds