Home
last modified time | relevance | path

Searched refs:otherObj (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DMessenger.java76 public boolean equals(@Nullable Object otherObj) { in equals() argument
77 if (otherObj == null) { in equals()
81 return mTarget.asBinder().equals(((Messenger)otherObj) in equals()
/aosp12/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/wifi/
H A DSoftApConfiguration.java78 public boolean equals(Object otherObj) { in equals() argument
79 if (this == otherObj) { in equals()
82 if (!(otherObj instanceof SoftApConfiguration)) { in equals()
85 SoftApConfiguration other = (SoftApConfiguration) otherObj; in equals()
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DListTestCaseNames.java84 public boolean equals(Object otherObj) { in equals() argument
85 if (otherObj instanceof TestDescriptor) { in equals()
86 TestDescriptor otherDesc = (TestDescriptor)otherObj; in equals()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanResultMatchInfo.java191 public boolean equals(Object otherObj) { in equals() argument
192 if (this == otherObj) { in equals()
194 } else if (!(otherObj instanceof ScanResultMatchInfo)) { in equals()
197 ScanResultMatchInfo other = (ScanResultMatchInfo) otherObj; in equals()
H A DWifiHealthMonitor.java709 public boolean equals(Object otherObj) { in equals() argument
710 if (this == otherObj) { in equals()
713 if (!(otherObj instanceof WifiSoftwareBuildInfo)) { in equals()
716 if (otherObj == null) { in equals()
719 WifiSoftwareBuildInfo other = (WifiSoftwareBuildInfo) otherObj; in equals()
H A DWifiNative.java3015 public boolean equals(Object otherObj) {
3016 if (this == otherObj) {
3018 } else if (otherObj == null || getClass() != otherObj.getClass()) {
3021 HiddenNetwork other = (HiddenNetwork) otherObj;
3059 public boolean equals(Object otherObj) {
3060 if (this == otherObj) {
3062 } else if (otherObj == null || getClass() != otherObj.getClass()) {
3065 PnoNetwork other = (PnoNetwork) otherObj;
/aosp12/frameworks/base/core/java/android/view/
H A DWindowId.java168 public boolean equals(@Nullable Object otherObj) { in equals() argument
169 if (otherObj instanceof WindowId) { in equals()
170 return mToken.asBinder().equals(((WindowId) otherObj).mToken.asBinder()); in equals()
/aosp12/frameworks/base/core/java/android/content/
H A DIntentSender.java267 public boolean equals(@Nullable Object otherObj) { in equals() argument
268 if (otherObj instanceof IntentSender) { in equals()
269 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java72 public boolean equals(Object otherObj) { in equals() argument
73 if (otherObj instanceof Receiver) { in equals()
74 return mKey.equals(((Receiver) otherObj).mKey); in equals()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DSoftApConfiguration.java354 public boolean equals(Object otherObj) { in equals() argument
355 if (this == otherObj) { in equals()
358 if (!(otherObj instanceof SoftApConfiguration)) { in equals()
361 SoftApConfiguration other = (SoftApConfiguration) otherObj; in equals()
H A DScanResult.java491 public boolean equals(Object otherObj) { in equals() argument
492 if (this == otherObj) { in equals()
495 if (!(otherObj instanceof RadioChainInfo)) { in equals()
498 RadioChainInfo other = (RadioChainInfo) otherObj; in equals()
/aosp12/frameworks/base/core/java/android/app/
H A DPendingIntent.java1281 public boolean equals(@Nullable Object otherObj) { in equals() argument
1282 if (otherObj instanceof PendingIntent) { in equals()
1283 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java140 public boolean equals(Object otherObj) { in equals() argument
141 if (otherObj == null) { in equals()
145 Key other = (Key)otherObj; in equals()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...