Searched defs:test (Results 1 – 4 of 4) sorted by relevance
| /core/core-i18n/src/androidTest/java/androidx/core/i18n/ | ||
| D | DateTimeFormatterCommonOptionsTest.kt | 48 fun test() { in <lambda>() method in androidx.core.i18n.DateTimeFormatterCommonOptionsTest |
| D | DateTimeFormatterTest.kt | 97 fun test() { in test() method in androidx.core.i18n.DateTimeFormatterTest |
| /core/core/src/main/java/androidx/core/util/ | ||
| D | Predicate.java | 39 boolean test(T t); in test() method |
| /core/core/src/main/java/androidx/core/content/ | ||
| D | IntentSanitizer.java | 198 Predicate<Object> test = mAllowedExtras.get(key); in sanitize() local |