Searched defs:Predicate (Results 1 - 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DPredicate.java20 * A Predicate can determine a true or false value for any input of its
22 * {@code Predicate<String>}, and return true for any String that matches its
26 * Implementors of Predicate which may cause side effects upon evaluation are
29 public interface Predicate<T> { interface
36 Predicate TRUE = new Predicate() {
46 Predicate FALSE = new Predicate() {
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DPredicate.java22 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
31 public interface Predicate<T> { interface
47 * Indicates whether some other object is equal to this {@code Predicate}.
49 * also a {@code Predicate} and, for every input object {@code input}, it
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 130 milliseconds