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

  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
PduCache.java 96 int msgBoxId = entry.getMessageBox();
97 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId);
100 mMessageBoxes.put(msgBoxId, msgBox);
212 private void purgeByMessageBox(Integer msgBoxId) {
214 Log.v(TAG, "Purge cache in message box: " + msgBoxId);
217 if (msgBoxId != null) {
218 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId);
219 mMessageBoxes.remove(msgBoxId);
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
PduCache.java 96 int msgBoxId = entry.getMessageBox();
97 HashSet<Uri> msgBox = mMessageBoxes.get(msgBoxId);
100 mMessageBoxes.put(msgBoxId, msgBox);
212 private void purgeByMessageBox(Integer msgBoxId) {
214 Log.v(TAG, "Purge cache in message box: " + msgBoxId);
217 if (msgBoxId != null) {
218 HashSet<Uri> msgBox = mMessageBoxes.remove(msgBoxId);
  /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 61 milliseconds