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

1 2

  /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, ...) {
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 163 function msgBox(msg, title, msgType) {
179 msgBox.docString = "shows MessageBox to the user";
189 msgBox(msg, title, JOptionPane.INFORMATION_MESSAGE);
201 msgBox(msg, title, JOptionPane.ERROR_MESSAGE);
213 msgBox(msg, title, JOptionPane.WARNING_MESSAGE);
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 163 function msgBox(msg, title, msgType) {
179 msgBox.docString = "shows MessageBox to the user";
189 msgBox(msg, title, JOptionPane.INFORMATION_MESSAGE);
201 msgBox(msg, title, JOptionPane.ERROR_MESSAGE);
213 msgBox(msg, title, JOptionPane.WARNING_MESSAGE);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 253 private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox, String pduTable) {
256 if (msgBox != Mms.MESSAGE_BOX_ALL) {
257 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 530 int msgBox = 0;
564 msgBox = c.getInt(PDU_COLUMN_MESSAGE_BOX);
673 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 167 11 /*msgBox*/, "location 1" /*contentLocation*/, "MMs body 1" /*body*/,
190 222 /*msgBox*/, "location 2" /*contentLocation*/, "MMs body 2" /*body*/,
209 333 /*msgBox*/, null /*contentLocation*/, "MMs body 3" /*body*/,
233 11 /*msgBox*/, "location 1" /*contentLocation*/, "MMs body 1" /*body*/,
340 int textOnly, int msgBox,
357 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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 525 milliseconds

1 2