Searched defs:equals (Results 26 - 50 of 153) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/util/
H A DCharSequences.java96 public static boolean equals(CharSequence a, CharSequence b) { method in class:CharSequences
/frameworks/base/graphics/java/android/graphics/
H A DPointF.java72 public final boolean equals(float x, float y) { method in class:PointF
H A DPoint.java69 public final boolean equals(int x, int y) { method in class:Point
73 @Override public boolean equals(Object o) { method in class:Point
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerRequest.java88 public boolean equals(Object o) { method in class:DisplayPowerRequest
90 && equals((DisplayPowerRequest)o);
93 public boolean equals(DisplayPowerRequest other) { method in class:DisplayPowerRequest
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrength.java78 public abstract boolean equals (Object o); method in class:CellSignalStrength
H A DCellInfoCdma.java73 public boolean equals(Object other) { method in class:CellInfoCdma
74 if (!super.equals(other)) {
79 return mCellIdentityCdma.equals(o.mCellIdentityCdma)
80 && mCellSignalStrengthCdma.equals(o.mCellSignalStrengthCdma);
H A DCellInfoGsm.java73 public boolean equals(Object other) { method in class:CellInfoGsm
74 if (!super.equals(other)) {
79 return mCellIdentityGsm.equals(o.mCellIdentityGsm)
80 && mCellSignalStrengthGsm.equals(o.mCellSignalStrengthGsm);
H A DCellInfoLte.java77 public boolean equals(Object other) { method in class:CellInfoLte
78 if (!super.equals(other)) {
83 return mCellIdentityLte.equals(o.mCellIdentityLte)
84 && mCellSignalStrengthLte.equals(o.mCellSignalStrengthLte);
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DListTestCaseNames.java84 public boolean equals(Object otherObj) { method in class:ListTestCaseNames.TestDescriptor
87 return otherDesc.getClassName().equals(this.getClassName()) &&
88 otherDesc.getTestName().equals(this.getTestName());
/frameworks/native/opengl/tools/glgen/src/
H A DCType.java57 if(baseType.equals("EGLContext")
58 || baseType.equals("EGLConfig")
59 || baseType.equals("EGLSurface")
60 || baseType.equals("EGLDisplay")) {
68 return baseType.equals("GLvoid") ||
69 baseType.equals("void");
73 return isConst && isPointer && baseType.equals("char");
108 public boolean equals(Object o) { method in class:CType
111 return baseType.equals(c.baseType) &&
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java123 public boolean equals(Object obj) { method in class:PropertyNode
130 if (propName == null || !propName.equals(node.propName)) {
132 } else if (!paramMap_TYPE.equals(node.paramMap_TYPE)) {
134 } else if (!paramMap_TYPE.equals(node.paramMap_TYPE)) {
136 } else if (!propGroupSet.equals(node.propGroupSet)) {
140 if (propValue_bytes != null && Arrays.equals(propValue_bytes, node.propValue_bytes)) {
143 if (!propValue.equals(node.propValue)) {
151 return (propValue_vector.equals(node.propValue_vector) ||
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DBaseObj.java121 public boolean equals(Object obj) { method in class:BaseObj
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java110 public boolean equals(Object o) { method in class:AuthenticatorDescription
114 return type.equals(other.type);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java68 public boolean equals(Object o) { method in class:BluetoothHealthAppConfiguration
72 return mName.equals(config.getName()) &&
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java24 * Value type that represents a SyncAdapterType. This object overrides {@link #equals} and
155 public boolean equals(Object o) { method in class:SyncAdapterType
160 return authority.equals(other.authority) && accountType.equals(other.accountType);
/frameworks/base/core/java/android/content/pm/
H A DSignature.java158 public boolean equals(Object obj) { method in class:Signature
162 return this == other || Arrays.equals(mSignature, other.mSignature);
H A DVerifierDeviceIdentity.java194 public boolean equals(Object other) { method in class:VerifierDeviceIdentity
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java99 public boolean equals(Object o) { method in class:WifiDisplay
100 return o instanceof WifiDisplay && equals((WifiDisplay)o);
103 public boolean equals(WifiDisplay other) { method in class:WifiDisplay
105 && mDeviceAddress.equals(other.mDeviceAddress)
106 && mDeviceName.equals(other.mDeviceName)
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java67 public boolean equals(Object obj) { method in class:NetworkIdentity
125 if ("eng".equals(Build.TYPE)) {
/frameworks/base/core/java/android/os/
H A DRemoteCallback.java71 public boolean equals(Object otherObj) { method in class:RemoteCallback
76 return mTarget.asBinder().equals(((RemoteCallback)otherObj)
/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java184 return (a.equals(b));
188 public boolean equals(Object o) { method in class:Rfc822Token
/frameworks/base/drm/java/android/drm/
H A DDrmSupportInfo.java137 * Overridden <code>equals</code> implementation. Two DrmSupportInfo objects
144 public boolean equals(Object object) { method in class:DrmSupportInfo
147 return mFileSuffixList.equals(info.mFileSuffixList) &&
148 mMimeTypeList.equals(info.mMimeTypeList) &&
149 mDescription.equals(info.mDescription);
162 if (null != mimeType && !mimeType.equals("")) {
166 // The reason that equals() is not used is that sometimes,
/frameworks/base/graphics/java/android/renderscript/
H A DBaseObj.java168 public boolean equals(Object obj) { method in class:BaseObj
/frameworks/base/libs/usb/src/com/android/future/usb/
H A DUsbAccessory.java100 return s1.equals(s2);
104 public boolean equals(Object obj) { method in class:UsbAccessory
/frameworks/base/location/java/android/location/
H A DCountry.java162 public boolean equals(Object object) { method in class:Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
195 return country != null && mCountryIso.equals(country.getCountryIso());

Completed in 2034 milliseconds

1234567