Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
DArrayMap.java150 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArrayMap
DMapCollections.java223 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet
313 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet
407 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.ValuesCollection
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DPduBody.java118 public void removeAll() { in removeAll() method in PduBody
/frameworks/base/core/java/android/util/
DMapCollections.java225 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet
315 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet
409 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.ValuesCollection
DArraySet.java651 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArraySet
DArrayMap.java774 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArrayMap
/frameworks/base/core/java/android/preference/
DPreferenceGroup.java196 public void removeAll() { in removeAll() method in PreferenceGroup
/frameworks/base/services/java/com/android/server/
DTextServicesManagerService.java832 public void removeAll() { in removeAll() method in TextServicesManagerService.SpellCheckerBindGroup
/frameworks/base/media/java/android/media/
DMediaFocusControl.java1402 private void cleanupMediaButtonReceiverForPackage(String packageName, boolean removeAll) { in cleanupMediaButtonReceiverForPackage()