Searched refs:other (Results 151 - 175 of 525) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/print/
H A DPrintJobInfo.java205 public PrintJobInfo(PrintJobInfo other) { argument
206 mId = other.mId;
207 mLabel = other.mLabel;
208 mPrinterId = other.mPrinterId;
209 mPrinterName = other.mPrinterName;
210 mState = other.mState;
211 mAppId = other.mAppId;
212 mTag = other.mTag;
213 mCreationTime = other.mCreationTime;
214 mCopies = other
[all...]
H A DPageRange.java141 PageRange other = (PageRange) obj;
142 if (mEnd != other.mEnd) {
145 if (mStart != other.mStart) {
H A DPrinterId.java96 PrinterId other = (PrinterId) object;
97 if (!mServiceName.equals(other.mServiceName)) {
100 if (!mLocalId.equals(other.mLocalId)) {
/frameworks/base/core/java/android/os/
H A DVibrationEffect.java241 VibrationEffect.OneShot other = (VibrationEffect.OneShot) o;
242 return other.mTiming == mTiming && other.mAmplitude == mAmplitude;
347 VibrationEffect.Waveform other = (VibrationEffect.Waveform) o;
348 return Arrays.equals(mTimings, other.mTimings) &&
349 Arrays.equals(mAmplitudes, other.mAmplitudes) &&
350 mRepeat == other.mRepeat;
447 VibrationEffect.Prebaked other = (VibrationEffect.Prebaked) o;
448 return mEffectId == other.mEffectId && mFallback == other
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
H A DHomeSP.java167 public boolean deepEquals(HomeSP other) { argument
168 return mFQDN.equals(other.mFQDN) &&
169 mSSIDs.equals(other.mSSIDs) &&
170 mOtherHomePartners.equals(other.mOtherHomePartners) &&
171 mRoamingConsortiums.equals(other.mRoamingConsortiums) &&
172 mMatchAnyOIs.equals(other.mMatchAnyOIs) &&
173 mMatchAllOIs.equals(other.mMatchAllOIs) &&
174 mFriendlyName.equals(other.mFriendlyName) &&
175 Utils.compare(mIconURL, other.mIconURL) == 0 &&
176 mCredential.equals(other
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java257 * associated audio source and the other is for pre scanning and building a
428 ModuleProperties other = (ModuleProperties) obj;
429 if (mId != other.getId())
431 if (!TextUtils.equals(mServiceName, other.mServiceName)) return false;
432 if (mClassId != other.getClassId())
435 if (other.getImplementor() != null)
437 } else if (!mImplementor.equals(other.getImplementor()))
440 if (other.getProduct() != null)
442 } else if (!mProduct.equals(other.getProduct()))
445 if (other
[all...]
/frameworks/av/camera/include/camera/
H A DCameraMetadata.h47 CameraMetadata(const CameraMetadata &other);
52 CameraMetadata &operator=(const CameraMetadata &other);
94 * Acquires raw buffer from other CameraMetadata object. After the call, the argument
97 void acquire(CameraMetadata &other);
102 status_t append(const CameraMetadata &other);
107 status_t append(const camera_metadata* other);
173 * Swap the underlying camera metadata between this and the other
176 void swap(CameraMetadata &other);
/frameworks/av/include/camera/
H A DCameraMetadata.h47 CameraMetadata(const CameraMetadata &other);
52 CameraMetadata &operator=(const CameraMetadata &other);
94 * Acquires raw buffer from other CameraMetadata object. After the call, the argument
97 void acquire(CameraMetadata &other);
102 status_t append(const CameraMetadata &other);
107 status_t append(const camera_metadata* other);
173 * Swap the underlying camera metadata between this and the other
176 void swap(CameraMetadata &other);
/frameworks/base/core/java/android/content/om/
H A DOverlayInfo.java239 OverlayInfo other = (OverlayInfo) obj;
240 if (userId != other.userId) {
243 if (state != other.state) {
246 if (!packageName.equals(other.packageName)) {
249 if (!targetPackageName.equals(other.targetPackageName)) {
252 if (!baseCodePath.equals(other.baseCodePath)) {
/frameworks/base/core/java/android/net/
H A DStaticIpConfiguration.java81 * in K and earlier, and other OSes appear to accept it.
154 StaticIpConfiguration other = (StaticIpConfiguration) obj;
156 return other != null &&
157 Objects.equals(ipAddress, other.ipAddress) &&
158 Objects.equals(gateway, other.gateway) &&
159 dnsServers.equals(other.dnsServers) &&
160 Objects.equals(domains, other.domains);
H A DMatchAllNetworkSpecifier.java41 public boolean satisfiedBy(NetworkSpecifier other) { argument
H A DNetworkPolicy.java166 // other value is missing or disabled; we win
170 // we're disabled or other limit is smaller; they win
185 final NetworkPolicy other = (NetworkPolicy) obj;
186 return warningBytes == other.warningBytes
187 && limitBytes == other.limitBytes
188 && lastWarningSnooze == other.lastWarningSnooze
189 && lastLimitSnooze == other.lastLimitSnooze && metered == other.metered
190 && inferred == other.inferred
191 && Objects.equals(template, other
[all...]
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h11 * documentation and/or other materials provided with the distribution.
120 LinearAllocator(const LinearAllocator& other);
162 LinearStdAllocator(const LinearStdAllocator& other) argument
163 : linearAllocator(other.linearAllocator) {}
169 typedef LinearStdAllocator<U> other; typedef in struct:android::uirenderer::LinearStdAllocator::rebind
171 // enable allocators to be constructed from other templated types
173 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(implicit) argument
174 : linearAllocator(other.linearAllocator) {}
/frameworks/base/media/java/android/media/tv/
H A DTvContentRating.java775 // TODO: Consider to use other DELIMITER. In some countries such as India may use this delimiter
927 * this rating's sub-ratings contain the other's.
963 TvContentRating other = (TvContentRating) obj;
964 if (mHashCode != other.mHashCode) {
967 if (!TextUtils.equals(mDomain, other.mDomain)) {
970 if (!TextUtils.equals(mRatingSystem, other.mRatingSystem)) {
973 if (!TextUtils.equals(mRating, other.mRating)) {
976 return Arrays.equals(mSubRatings, other.mSubRatings);
/frameworks/base/media/mca/filterpacks/native/base/
H A Dgeometry.cpp46 Point Point::operator+(const Point& other) const {
48 out.x_ = x_ + other.x_;
49 out.y_ = y_ + other.y_;
53 Point Point::operator-(const Point& other) const {
55 out.x_ = x_ - other.x_;
56 out.y_ = y_ - other.y_;
/frameworks/base/core/java/android/hardware/camera2/marshal/
H A DMarshalRegistry.java117 public boolean equals(Object other) { argument
118 if (other instanceof MarshalToken<?>) {
119 MarshalToken<?> otherToken = (MarshalToken<?>)other;
/frameworks/base/core/java/android/view/
H A DSurface.java420 * @param other {@link SurfaceControl} to copy from.
424 public void copyFrom(SurfaceControl other) { argument
425 if (other == null) {
426 throw new IllegalArgumentException("other must not be null");
429 long surfaceControlPtr = other.mNativeObject;
452 * @param other {@link SurfaceControl} to create surface from.
456 public void createFrom(SurfaceControl other) { argument
457 if (other == null) {
458 throw new IllegalArgumentException("other must not be null");
461 long surfaceControlPtr = other
483 transferFrom(Surface other) argument
[all...]
/frameworks/base/core/java/android/view/autofill/
H A DAutofillId.java87 final AutofillId other = (AutofillId) obj;
88 if (mViewId != other.mViewId) return false;
89 if (mVirtualId != other.mVirtualId) return false;
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DMockPriorityJobService.java89 public boolean equals(Object other) { argument
90 if (other instanceof Event) {
91 Event otherEvent = (Event) other;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h91 uint8_t other() const { function in class:mcld::LDSymbol
93 return m_pResolveInfo->other();
98 return m_pResolveInfo->other();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DScanResultMatchInfo.java94 ScanResultMatchInfo other = (ScanResultMatchInfo) otherObj;
95 return Objects.equals(networkSsid, other.networkSsid)
96 && networkType == other.networkType;
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h105 WebmStream &operator=(const WebmStream &other) { argument
106 mType = other.mType;
107 mName = other.mName;
108 mMakeTrack = other.mMakeTrack;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java60 * to the view hierarchy. In other words, a custom view is free to report itself as
1305 * A screen-reader must visit the content of the other node before the content
1320 * A screen-reader must visit the content of the other node before the content
1338 * A screen-reader must visit the content of the other node before the content
3012 * @param info The other info.
3286 * @param other The other instance.
3288 private void init(AccessibilityNodeInfo other) { argument
3289 mSealed = other.mSealed;
3290 mSourceNodeId = other
4181 equals(Object other) argument
4233 obtain(RangeInfo other) argument
4372 obtain(CollectionInfo other) argument
4514 obtain(CollectionItemInfo other) argument
[all...]
/frameworks/base/libs/hwui/
H A DPatchCache.h103 bool operator==(const PatchDescription& other) const {
104 return compare(*this, other) == 0;
107 bool operator!=(const PatchDescription& other) const {
108 return compare(*this, other) != 0;
H A DTextDropShadowCache.h62 bool operator==(const ShadowText& other) const {
63 return compare(*this, other) == 0;
66 bool operator!=(const ShadowText& other) const {
67 return compare(*this, other) != 0;

Completed in 672 milliseconds

1234567891011>>