HomeSort by relevance Sort by last modified time
    Searched refs:msgBox (Results 1 - 17 of 17) 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 250 private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox, String pduTable) {
253 if (msgBox != Mms.MESSAGE_BOX_ALL) {
254 qb.appendWhere(Mms.MESSAGE_BOX + "=" + msgBox);
310 int msgBox = Mms.MESSAGE_BOX_ALL;
323 msgBox = (Integer) msgBoxObj;
327 msgBox = Mms.MESSAGE_BOX_INBOX;
331 msgBox = Mms.MESSAGE_BOX_INBOX;
334 msgBox = Mms.MESSAGE_BOX_SENT;
337 msgBox = Mms.MESSAGE_BOX_DRAFTS;
340 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 532 int msgBox = 0;
566 msgBox = c.getInt(PDU_COLUMN_MESSAGE_BOX);
675 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/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 164 11 /*msgBox*/, "location 1" /*contentLocation*/, "MMs body 1" /*body*/,
185 222 /*msgBox*/, "location 2" /*contentLocation*/, "MMs body 2" /*body*/,
202 333 /*msgBox*/, null /*contentLocation*/, "MMs body 3" /*body*/,
297 int textOnly, int msgBox,
312 mmsRow.put(Telephony.Mms.MESSAGE_BOX, String.valueOf(msgBox));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]
BluetoothMapContentObserver.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 931 milliseconds