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

/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DItemInfoMatcher.java13 * See the License for the specific language governing permissions and
84 * Returns a new matcher with returns true if both this and {@param matcher} returns true.
86 public ItemInfoMatcher and(final ItemInfoMatcher matcher) { method in class:ItemInfoMatcher
/packages/apps/Dialer/java/com/android/dialer/common/database/
H A DSelection.java13 * See the License for the specific language governing permissions and
31 * statements, and tracks the selection arguments.
35 * the {@code selection} and {@code selectionArgs} passed into {@link
58 * .and(
62 * .and(not(column("baz").is("!= 3")))
148 /** Expands to "<column> <operator> ?" and add {@code value} to the arguments. */
209 public Builder and(@NonNull Selection selection) { method in class:Selection.Builder
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DCharMatcher.java13 * See the License for the specific language governing permissions and
30 * encouraged to be side-effect-free and immutable.
39 * using surrogate pairs, and a {@code CharMatcher} treats these just as two
189 * PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according
293 @Override public CharMatcher and(CharMatcher other) {
357 @Override public CharMatcher and(CharMatcher other) {
389 @Override public CharMatcher and(CharMatcher other) {
419 @Override public CharMatcher and(CharMatcher other) {
420 return other.matches(match) ? super.and(other) : other;
565 * and {
567 public CharMatcher and(CharMatcher other) { method in class:CharMatcher
587 @Override public CharMatcher and(CharMatcher other) { method in class:CharMatcher.And
[all...]
/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 4485 milliseconds