Home
last modified time | relevance | path

Searched refs:coll (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
DUtils.java119 @Nullable Collection<T> coll) { in writeTypedCollection() argument
121 if (coll != null) { in writeTypedCollection()
122 if (coll instanceof ArrayList) { in writeTypedCollection()
123 list = (ArrayList) coll; in writeTypedCollection()
125 list = new ArrayList<>(coll); in writeTypedCollection()
/frameworks/base/services/net/java/android/net/shared/
DInitialConfiguration.java218 public static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any() argument
219 for (T t : coll) { in any()
230 public static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() argument
231 return !any(coll, not(fn)); in all()
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java487 final NetworkStatsCollection coll = new NetworkStatsCollection(HOUR_IN_MILLIS); in testRounding() local
493 assertEquals(time, coll.roundUp(time)); in testRounding()
494 assertEquals(time, coll.roundDown(time)); in testRounding()
497 assertEquals(TIME_A, coll.roundUp(TIME_A)); in testRounding()
498 assertEquals(TIME_A, coll.roundDown(TIME_A)); in testRounding()
500 assertEquals(TIME_A + HOUR_IN_MILLIS, coll.roundUp(TIME_A + 1)); in testRounding()
501 assertEquals(TIME_A, coll.roundDown(TIME_A + 1)); in testRounding()
503 assertEquals(TIME_A, coll.roundUp(TIME_A - 1)); in testRounding()
504 assertEquals(TIME_A - HOUR_IN_MILLIS, coll.roundDown(TIME_A - 1)); in testRounding()
/frameworks/base/config/
Dpreloaded-classes-extra1 android.icu.impl.coll.CollationRoot
Dpreloaded-classes1875 android.icu.impl.coll.CollationData
1876 android.icu.impl.coll.CollationDataReader$IsAcceptable
1877 android.icu.impl.coll.CollationDataReader
1878 android.icu.impl.coll.CollationFastLatin
1879 android.icu.impl.coll.CollationIterator$CEBuffer
1880 android.icu.impl.coll.CollationLoader
1881 android.icu.impl.coll.CollationRoot
1882 android.icu.impl.coll.CollationSettings
1883 android.icu.impl.coll.CollationTailoring
1884 android.icu.impl.coll.SharedObject$Reference
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...