/aosp12/frameworks/base/core/java/android/os/ |
H A D | Messenger.java | 76 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 D | SoftApConfiguration.java | 78 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 D | ListTestCaseNames.java | 84 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 D | ScanResultMatchInfo.java | 191 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 D | WifiHealthMonitor.java | 709 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 D | WifiNative.java | 3015 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 D | WindowId.java | 168 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 D | IntentSender.java | 267 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 D | CountryDetectorService.java | 72 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 D | SoftApConfiguration.java | 354 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 D | ScanResult.java | 491 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 D | PendingIntent.java | 1281 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 D | PendingIntentRecord.java | 140 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |