Searched refs:other (Results 176 - 200 of 525) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalController.java308 State other = (State) o;
309 return other.connected == connected
310 && other.enabled == enabled
311 && other.level == level
312 && other.inetCondition == inetCondition
313 && other.iconGroup == iconGroup
314 && other.activityIn == activityIn
315 && other.activityOut == activityOut
316 && other.rssi == rssi;
/frameworks/base/telecomm/java/android/telecom/
H A DStatusHints.java140 public boolean equals(Object other) { argument
141 if (other != null && other instanceof StatusHints) {
142 StatusHints otherHints = (StatusHints) other;
/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java118 public boolean equals(Object other) { argument
119 if (other == null) {
122 if (this == other) {
126 CellInfo o = (CellInfo) other;
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java53 * @param other The reference instance.
55 * @throws NullPointerException If {@code other} is {@code null}.
57 public Camera2RequestSettingsSet(Camera2RequestSettingsSet other) { argument
58 if (other == null) {
62 mDictionary = new HashMap<>(other.mDictionary);
63 mRevision = other.mRevision;
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java247 * Returns a negative integer if this instance is less than the other; a
248 * positive integer if this instance is greater than the other; 0 if this
249 * instance has the same order as the other.
252 public int compareTo(TimeZoneInfo other) { argument
253 if (this.getNowOffsetMillis() != other.getNowOffsetMillis()) {
254 return (other.getNowOffsetMillis() < this.getNowOffsetMillis()) ? -1 : 1;
259 if (other.mCountry != null) {
264 if (other.mCountry == null) {
267 int diff = this.mCountry.compareTo(other.mCountry);
275 if (mDisplayName != null && other
[all...]
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityManagerCompat.java94 AccessibilityStateChangeListenerWrapper other =
96 return mListener.equals(other.mListener);
217 TouchExplorationStateChangeListenerWrapper other =
219 return mListener.equals(other.mListener);
/frameworks/av/include/media/
H A DMediaResource.h50 bool operator==(const MediaResource &other) const;
51 bool operator!=(const MediaResource &other) const;
/frameworks/av/media/libmedia/include/media/
H A DMediaResource.h50 bool operator==(const MediaResource &other) const;
51 bool operator!=(const MediaResource &other) const;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DBlackLevelPattern.java113 final BlackLevelPattern other = (BlackLevelPattern) obj;
114 return Arrays.equals(other.mCfaOffsets, mCfaOffsets);
/frameworks/base/core/java/android/net/
H A DStringNetworkSpecifier.java40 public boolean satisfiedBy(NetworkSpecifier other) { argument
41 return equals(other);
H A DIpConfiguration.java158 IpConfiguration other = (IpConfiguration) o;
159 return this.ipAssignment == other.ipAssignment &&
160 this.proxySettings == other.proxySettings &&
161 Objects.equals(this.staticIpConfiguration, other.staticIpConfiguration) &&
162 Objects.equals(this.httpProxy, other.httpProxy);
/frameworks/base/core/java/android/print/
H A DPrintJobId.java72 PrintJobId other = (PrintJobId) obj;
73 if (!mValue.equals(other.mValue)) {
H A DPrintDocumentInfo.java245 PrintDocumentInfo other = (PrintDocumentInfo) obj;
246 if (!TextUtils.equals(mName, other.mName)) {
249 if (mContentType != other.mContentType) {
252 if (mPageCount != other.mPageCount) {
255 if (mDataSize != other.mDataSize) {
/frameworks/base/core/java/android/service/notification/
H A DCondition.java87 * might still be enabled globally if other conditions are in a {@link #STATE_TRUE} state.
181 final Condition other = (Condition) o;
182 return Objects.equals(other.id, id)
183 && Objects.equals(other.summary, summary)
184 && Objects.equals(other.line1, line1)
185 && Objects.equals(other.line2, line2)
186 && other.icon == icon
187 && other.state == state
188 && other.flags == flags;
/frameworks/base/core/java/com/android/internal/colorextraction/
H A DColorExtractor.java239 public void set(GradientColors other) { argument
240 mMainColor = other.mMainColor;
241 mSecondaryColor = other.mSecondaryColor;
242 mSupportsDarkText = other.mSupportsDarkText;
262 GradientColors other = (GradientColors) o;
263 return other.mMainColor == mMainColor &&
264 other.mSecondaryColor == mSecondaryColor &&
265 other.mSupportsDarkText == mSupportsDarkText;
/frameworks/base/libs/hwui/utils/
H A DFatVector.h11 * documentation and/or other materials provided with the distribution.
58 InlineStdAllocator(const InlineStdAllocator& other) argument
59 : mAllocation(other.mAllocation) {}
/frameworks/base/media/mca/filterfw/native/core/
H A Dgeometry.h41 Point operator+(const Point& other) const;
42 Point operator-(const Point& other) const;
/frameworks/native/cmds/lshal/
H A DNullableOStream.h39 NullableOStream &operator=(const NullableOStream<Other> &other) { argument
40 mOs = other.mOs;
/frameworks/native/libs/ui/
H A DHdrCapabilities.cpp27 HdrCapabilities::HdrCapabilities(HdrCapabilities&& other) = default; member in class:android::HdrCapabilities
28 HdrCapabilities& HdrCapabilities::operator=(HdrCapabilities&& other) = default; member in class:android::HdrCapabilities
/frameworks/native/libs/vr/libvrflinger/
H A Dacquired_buffer.h34 AcquiredBuffer(AcquiredBuffer&& other);
39 // |other| into this instance after RELEASING the current BufferConsumer and
40 // closing the acquire fence. After the move |other| is left in the empty
42 AcquiredBuffer& operator=(AcquiredBuffer&& other);
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapRequestKeyImpl.java49 final BitmapRequestKeyImpl other = (BitmapRequestKeyImpl) o;
50 return mUriString.equals(other.mUriString);
/frameworks/native/services/inputflinger/
H A DInputListener.h45 NotifyConfigurationChangedArgs(const NotifyConfigurationChangedArgs& other);
72 NotifyKeyArgs(const NotifyKeyArgs& other);
109 NotifyMotionArgs(const NotifyMotionArgs& other);
129 NotifySwitchArgs(const NotifySwitchArgs& other);
147 NotifyDeviceResetArgs(const NotifyDeviceResetArgs& other);
/frameworks/support/content/src/android/support/content/
H A DQuery.java75 // NOTE: We omit mProjection and other details from ID. If a client wishes
169 Query other = (Query) obj;
171 return mId == other.mId
172 && mUri.equals(other.mUri)
173 && mOffset == other.mOffset
174 && mLimit == other.mLimit;
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DWatchNextProgram.java112 public boolean equals(Object other) { argument
113 if (!(other instanceof WatchNextProgram)) {
116 return mValues.equals(((WatchNextProgram) other).mValues);
196 * @param other The Program you're copying from.
198 public Builder(WatchNextProgram other) { argument
199 mValues = new ContentValues(other.mValues);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h149 Union(const Union& other, std::int32_t index) { argument
151 new (&first_) Type(other.first_);
153 Union(Union&& other, std::int32_t index) { argument
155 new (&first_) Type(std::move(other.first_));
252 Union(const Union& other, std::int32_t index) { argument
254 new (&first_) First(other.first_);
256 new (&rest_) Union<Rest...>(other.rest_, index - 1);
258 Union(Union&& other, std::int32_t index) { argument
260 new (&first_) First(std::move(other.first_));
262 new (&rest_) Union<Rest...>(std::move(other
448 Variant(const Variant& other) argument
450 Variant(Variant&& other) argument
456 Variant(const Variant<OtherTypes...>& other) argument
460 Variant(Variant<OtherTypes...>&& other) argument
464 operator =(const Variant& other) argument
468 operator =(Variant&& other) argument
506 operator =(const Variant<OtherTypes...>& other) argument
511 operator =(Variant<OtherTypes...>&& other) argument
[all...]

Completed in 563 milliseconds

1234567891011>>