Home
last modified time | relevance | path

Searched refs:unstableRemoveIf (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DArrayUtilsTest.java43 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
46 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
49 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
54 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
58 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
64 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
69 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
74 assertEquals(2, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
78 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
85 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
[all …]
/frameworks/base/core/java/android/app/
DResourcesManager.java774 ArrayUtils.unstableRemoveIf(activityResources.activityResources, in getOrCreateResources()
798 ArrayUtils.unstableRemoveIf(mResourceReferences, sEmptyReferencePredicate); in getOrCreateResources()
/frameworks/base/core/java/com/android/internal/util/
DArrayUtils.java624 public static <T> int unstableRemoveIf(@Nullable ArrayList<T> collection, in unstableRemoveIf() method in ArrayUtils
/frameworks/base/config/
Dboot-image-profile.txt24107 HSPLcom/android/internal/util/ArrayUtils;->unstableRemoveIf(Ljava/util/ArrayList;Ljava/util/functio…