HomeSort by relevance Sort by last modified time
    Searched refs:Objects (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 46 import com.google.common.base.Objects;
254 * @return current sync interval setting from the objects
277 * @return current sync lookback setting from the objects
292 if (Objects.equal(lp.getValue(), newValue)) {
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 37 import com.android.internal.util.Objects;
249 if (Objects.equal(subscriberId, template.getSubscriberId())) {
  /external/guava/guava/src/com/google/common/collect/
Tables.java 25 import com.google.common.base.Objects;
106 return Objects.equal(getRowKey(), other.getRowKey())
107 && Objects.equal(getColumnKey(), other.getColumnKey())
108 && Objects.equal(getValue(), other.getValue());
114 return Objects.hashCode(getRowKey(), getColumnKey(), getValue());
354 * and the maps returned by {@code factory}. Those objects should not be
495 if (!Objects.equal(
ArrayTable.java 23 import com.google.common.base.Objects;
322 if (Objects.equal(value, element)) {
507 && Objects.equal(array[rowIndex][columnIndex], cell.getValue());
RegularImmutableTable.java 25 import com.google.common.base.Objects;
222 return Objects.firstNonNull((ImmutableMap<R, V>) columnMap.get(columnKey),
237 return Objects.firstNonNull((ImmutableMap<C, V>) rowMap.get(rowKey),
LinkedListMultimap.java 27 import com.google.common.base.Objects;
519 if (Objects.equal(i.next().value, value)) {
529 if (Objects.equal(i.next(), value)) {
555 if (Objects.equal(values.next(), value)) {
    [all...]
Iterables.java 26 import com.google.common.base.Objects;
47 * This class contains static utility methods that operate on or return objects
596 * @param unfiltered an iterable containing objects of any type
    [all...]
Lists.java 30 import com.google.common.base.Objects;
936 if (Objects.equal(element, listIterator.next())) {
949 if (Objects.equal(element, listIterator.previous())) {
  /external/v8/test/mjsunit/
double-equals.js 104 // Objects are equal if they are the same object only.
160 // Objects compared to Number or String (or Boolean, since that's converted
185 // Date objects convert to string, not number (and the string does not
204 // Objects compared to other objects, or to null and undefined, are not
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsCollection.java 36 import com.android.internal.util.Objects;
510 hashCode = Objects.hashCode(ident, uid, set, tag);
523 && Objects.equal(ident, key.ident);
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 46 import com.google.common.base.Objects;
223 if (!Objects.equal(mSubject, subject)) {
229 if (!Objects.equal(mSnippet, snippet)) {
UIControllerBase.java 45 import com.google.common.base.Objects;
615 if (Objects.equal(listContext, mListContext)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 37 import com.android.internal.util.Objects;
469 return Objects.hashCode(mMin, mMax, mSize);
551 return Objects.hashCode(mMin, mMax, mSize);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 26 import com.android.internal.util.Objects;
156 if (Objects.equal(lookupUri, mLookupUri)) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 27 import com.android.internal.util.Objects;
375 && Objects.equal(dataSet, accountDataSet)) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 26 import com.google.common.base.Objects;
515 if (Objects.equal(i.next().value, value)) {
525 if (Objects.equal(i.next(), value)) {
551 if (Objects.equal(values.next(), value)) {
Iterables.java 25 import com.google.common.base.Objects;
44 * This class contains static utility methods that operate on or return objects
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestMultiViewsFilters.java 154 fpp5.addFilter(new BloomFilter(BloomFilter.GlowMode.Objects));
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 89 OBJECT-REGEXP is a regular expression matching the objects to list.
90 Objects are "global", the program space's file, and the objfiles within
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
326 Objects are "global", the program space's file, and the objfiles within
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
349 Objects are "global", the program space's file, and the objfiles within
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 89 OBJECT-REGEXP is a regular expression matching the objects to list.
90 Objects are "global", the program space's file, and the objfiles within
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
326 Objects are "global", the program space's file, and the objfiles within
348 OBJECT-REGEXP is a regular expression matching the objects to examine.
349 Objects are "global", the program space's file, and the objfiles within
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 33 import libcore.util.Objects;
248 if (!i.hasNext() || !Objects.equal(o, i.next())) {
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 132 fpp.addFilter(new BloomFilter(BloomFilter.GlowMode.Objects));
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 19 import static com.google.common.base.Objects.equal;
  /frameworks/base/core/java/android/net/
NetworkStats.java 24 import com.android.internal.util.Objects;
326 && Objects.equal(iface, this.iface[i])) {
351 && Objects.equal(iface, this.iface[i])) {
489 * Subtract the two given {@link NetworkStats} objects, returning the delta
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 87 import libcore.util.Objects;
    [all...]

Completed in 769 milliseconds

1 2 34 5 6