Home
last modified time | relevance | path

Searched defs:test (Results 1 – 4 of 4) sorted by relevance

/core/core-i18n/src/androidTest/java/androidx/core/i18n/
DDateTimeFormatterCommonOptionsTest.kt48 fun test() { in <lambda>() method in androidx.core.i18n.DateTimeFormatterCommonOptionsTest
DDateTimeFormatterTest.kt97 fun test() { in test() method
/core/core/src/main/java/androidx/core/util/
DPredicate.java39 boolean test(T t); in test() method
/core/core/src/main/java/androidx/core/content/
DIntentSanitizer.java198 Predicate<Object> test = mAllowedExtras.get(key); in sanitize() local