HomeSort by relevance Sort by last modified time
    Searched refs:Objects (Results 101 - 125 of 781) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentMap.java 10 import java.util.Objects;
84 Objects.requireNonNull(action);
137 * && Objects.equals(map.get(key), value)) {
168 * && Objects.equals(map.get(key), oldValue)) {
259 Objects.requireNonNull(function);
300 Objects.requireNonNull(mappingFunction);
342 Objects.requireNonNull(remappingFunction);
450 Objects.requireNonNull(remappingFunction);
451 Objects.requireNonNull(value);
  /libcore/ojluni/src/main/java/java/util/
Comparator.java 37 * collection of objects. Comparators can be passed to a sort method (such
43 * objects that don't have a {@link Comparable natural ordering}.<p>
77 * given set of objects <tt>S</tt> is:<pre>
88 * relation defined by the objects' {@link Object#equals(Object)
100 * @param <T> the type of objects that may be compared by this comparator
207 * compares two objects that are equal.
214 Objects.requireNonNull(other);
334 * ordering</i> on {@code Comparable} objects.
343 * Returns a comparator that compares {@link Comparable} objects in natural
351 * Comparable} objects
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
WifiInfo.java 24 import java.util.Objects;
131 && Objects.equals(ssid, that.ssid)
132 && Objects.equals(securityType, that.securityType)
133 && Objects.equals(password, that.password)
134 && Objects.equals(proxyHost, that.proxyHost)
135 && Objects.equals(proxyBypassHosts, that.proxyBypassHosts)
136 && Objects.equals(pacUrl, that.pacUrl);
ProvisioningParams.java 34 import java.util.Objects;
268 && Objects.equals(timeZone, that.timeZone)
269 && Objects.equals(locale, that.locale)
270 && Objects.equals(wifiInfo, that.wifiInfo)
271 && Objects.equals(deviceAdminPackageName, that.deviceAdminPackageName)
272 && Objects.equals(deviceAdminComponentName, that.deviceAdminComponentName)
273 && Objects.equals(accountToMigrate, that.accountToMigrate)
274 && Objects.equals(provisioningAction, that.provisioningAction)
275 && Objects.equals(mainColor, that.mainColor)
276 && Objects.equals(deviceAdminDownloadInfo, that.deviceAdminDownloadInfo
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
EnumerationValuesPropertyEditor.java 13 import com.google.common.base.Objects;
64 if (Objects.equal(m_values[i], value)) {
82 if (Objects.equal(m_values[i], value)) {
  /external/guava/guava/src/com/google/common/cache/
RemovalNotification.java 23 import com.google.common.base.Objects;
83 return Objects.equal(this.getKey(), that.getKey())
84 && Objects.equal(this.getValue(), that.getValue());
  /external/guice/core/src/com/google/inject/internal/
UntargettedBindingImpl.java 19 import com.google.common.base.Objects;
57 return Objects.toStringHelper(UntargettedBinding.class)
76 return Objects.hashCode(getKey(), getScoping());
LinkedBindingImpl.java 19 import com.google.common.base.Objects;
71 return Objects.toStringHelper(LinkedKeyBinding.class)
85 && Objects.equal(targetKey, o.targetKey);
93 return Objects.hashCode(getKey(), getScoping(), targetKey);
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSupport.java 27 import java.util.Objects;
68 Objects.requireNonNull(spliterator);
110 Objects.requireNonNull(supplier);
MatchOps.java 27 import java.util.Objects;
81 Objects.requireNonNull(predicate);
82 Objects.requireNonNull(matchKind);
110 Objects.requireNonNull(predicate);
111 Objects.requireNonNull(matchKind);
139 Objects.requireNonNull(predicate);
140 Objects.requireNonNull(matchKind);
169 Objects.requireNonNull(predicate);
170 Objects.requireNonNull(matchKind);
ReduceOps.java 27 import java.util.Objects;
70 Objects.requireNonNull(reducer);
71 Objects.requireNonNull(combiner);
106 Objects.requireNonNull(operator);
157 Supplier<I> supplier = Objects.requireNonNull(collector).supplier();
208 Objects.requireNonNull(seedFactory);
209 Objects.requireNonNull(accumulator);
210 Objects.requireNonNull(reducer);
246 Objects.requireNonNull(operator);
288 Objects.requireNonNull(operator)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AFTriggerResult.java 24 import com.google.common.base.Objects;
78 boolean inFocus = Objects.equal(afState, CaptureResult.CONTROL_AF_STATE_PASSIVE_FOCUSED)
79 || Objects.equal(afState, CaptureResult.CONTROL_AF_STATE_FOCUSED_LOCKED);
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java 23 import com.google.common.base.Objects;
55 if (Objects.equal(accountTypeWithDataSet.accountType, type.accountType)
56 && Objects.equal(accountTypeWithDataSet.dataSet, type.dataSet)) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountTypeWithDataSet.java 27 import com.google.common.base.Objects;
85 return Objects.equal(accountType, other.accountType)
86 && Objects.equal(dataSet, other.dataSet);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ProgramInfo.java 24 import java.util.Objects;
225 return Objects.equals(seasonNumber, that.seasonNumber) &&
226 Objects.equals(episodeNumber, that.episodeNumber) &&
227 Objects.equals(durationMs, that.durationMs) &&
228 Objects.equals(title, that.title) &&
229 Objects.equals(episode, that.episode) &&
230 Objects.equals(posterArtUri, that.posterArtUri) &&
231 Objects.equals(description, that.description) &&
232 Objects.equals(genre, that.genre) &&
233 Objects.equals(contentRatings, that.contentRatings) &
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionTimeout.java 27 import java.util.Objects;
66 if (Objects.equals(connectionManager, currentAccount)) {
71 if (!Objects.equals(connectionManager.getComponentName(),
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
MockUtils.java 18 import com.google.common.base.Objects;
42 return Objects.equal(((UserHandle) item).getIdentifier(), userId);
58 return Objects.equal(((Intent) item).getComponent(), component);
74 return Objects.equal(((Intent) item).getAction(), action);
  /libcore/luni/src/main/java/android/system/
PacketSocketAddress.java 19 import libcore.util.Objects;
  /frameworks/base/telecomm/java/android/telecom/
Call.java 30 import java.util.Objects;
596 Objects.equals(mHandle, d.mHandle) &&
597 Objects.equals(mHandlePresentation, d.mHandlePresentation) &&
598 Objects.equals(mCallerDisplayName, d.mCallerDisplayName) &&
599 Objects.equals(mCallerDisplayNamePresentation,
601 Objects.equals(mAccountHandle, d.mAccountHandle) &&
602 Objects.equals(mCallCapabilities, d.mCallCapabilities) &&
603 Objects.equals(mCallProperties, d.mCallProperties) &&
604 Objects.equals(mDisconnectCause, d.mDisconnectCause) &&
605 Objects.equals(mConnectTimeMillis, d.mConnectTimeMillis) &
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
InMatcher.java 25 import java.util.Objects;
49 if (Objects.equals(o, elem)) {
Preconditions.java 20 import java.util.Objects;
62 if (!Objects.equals(arg, expectedValue)) {
131 * @param value a {@link Collection} of boxed objects
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
GcLogMessage.java 23 import com.google.common.base.Objects;
60 return Objects.hashCode(type, duration);
VmPropertiesLogMessage.java 21 import com.google.common.base.Objects;
54 return Objects.hashCode(properties);
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
ResultProcessorConfig.java 22 import com.google.common.base.Objects;
64 return Objects.hashCode(className, options);
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Value.java 21 import com.google.common.base.Objects;
75 return Objects.hashCode(magnitude, unit);

Completed in 363 milliseconds

1 2 3 45 6 7 8 91011>>