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.java41 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
44 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
47 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
52 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
56 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
62 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
67 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
72 assertEquals(2, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
76 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
83 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
[all …]
/frameworks/base/core/java/android/app/
DResourcesManager.java748 ArrayUtils.unstableRemoveIf(activityResources.activityResources, in getOrCreateResources()
772 ArrayUtils.unstableRemoveIf(mResourceReferences, sEmptyReferencePredicate); in getOrCreateResources()
/frameworks/base/core/java/com/android/internal/util/
DArrayUtils.java585 public static <T> int unstableRemoveIf(@Nullable ArrayList<T> collection, in unstableRemoveIf() method in ArrayUtils
/frameworks/base/config/
Dboot-image-profile.txt41900 HSPLcom/android/internal/util/ArrayUtils;->unstableRemoveIf(Ljava/util/ArrayList;Ljava/util/functio…