Searched defs:mUpdating (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCache.java76 private final HashSet<Uri> mUpdating; field in class:PduCache
81 mUpdating = new HashSet<Uri>();
122 mUpdating.add(uri);
124 mUpdating.remove(uri);
129 return mUpdating.contains(uri);
164 mUpdating.remove(key);
180 mUpdating.clear();
221 mUpdating.remove(key);
246 mUpdating.remove(key);

Completed in 55 milliseconds