Searched defs:not (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/service/autofill/
H A DValidators.java5 * you may not use this file except in compliance with the License.
39 * class that is not provided by the Android System.
52 * class that is not provided by the Android System.
60 * Creates a validator that is valid when {@code validator} is not, and vice versa.
64 * @throws IllegalArgumentException if {@code validator} is an instance of a class that is not
68 public static Validator not(@NonNull Validator validator) { method in class:Validators
70 "validator not provided by Android System: " + validator);
81 "element " + i + " not provided by Android System: " + validators[i]);
/frameworks/base/services/net/java/android/net/ip/
H A DIpClient.java5 * you may not use this file except in compliance with the License.
154 // This is purely advisory and not an indication of provisioning
158 // determined by whether or not the passed-in DhcpResults object is
159 // null or not.
512 if (any(ipAddresses, not(InitialConfiguration::isPrefixLengthCompliant))) {
518 && all(ipAddresses, not(InitialConfiguration::isIPv6GUA))) {
523 if (any(directlyConnectedRoutes, not(InitialConfiguration::isPrefixLengthCompliant))) {
536 * InitialConfiguration. LinkAddresses and RouteInfo objects are not compared with equality
907 * if not, Callback.setFallbackMulticastFilter() is called.
943 pw.println("IpClient not ye
1856 static <T> Predicate<T> not(Predicate<T> fn) { method in class:IpClient
[all...]
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestPredicates.java5 * you may not use this file except in compliance with the License.
31 not(new AssignableFrom(InstrumentationTestCase.class));
35 static final Predicate<TestMethod> REJECT_SUPPRESSED = not(hasAnnotation(Suppress.class));
64 public static <T> Predicate<T> not(Predicate<? super T> predicate) { method in class:TestPredicates
/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 200 milliseconds