Searched defs:and (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DPredicates.java13 * See the License for the specific language governing permissions and
32 * evaluates to true. The components are evaluated in order, and evaluation
35 public static <T> Predicate<T> and(Predicate<? super T>... components) { method in class:Predicates
36 return and(Arrays.asList(components));
41 * evaluates to true. The components are evaluated in order, and evaluation
47 public static <T> Predicate<T> and(Iterable<? extends Predicate<? super T>> components) { method in class:Predicates
53 * evaluates to true. The components are evaluated in order, and evaluation
62 * evaluates to true. The components are evaluated in order, and evaluation
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 529 milliseconds