Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanResultMatchInfo.java172 public boolean equals(Object otherObj) { in equals() argument
173 return matchForNetworkSelection(otherObj, false); in equals()
183 public boolean matchForNetworkSelection(Object otherObj, boolean saeAutoUpgradeEnabled) { in matchForNetworkSelection() argument
184 if (this == otherObj) { in matchForNetworkSelection()
186 } else if (!(otherObj instanceof ScanResultMatchInfo)) { in matchForNetworkSelection()
189 ScanResultMatchInfo other = (ScanResultMatchInfo) otherObj; in matchForNetworkSelection()
DWifiHealthMonitor.java668 public boolean equals(Object otherObj) { in equals() argument
669 if (this == otherObj) { in equals()
672 if (!(otherObj instanceof WifiSoftwareBuildInfo)) { in equals()
675 if (otherObj == null) { in equals()
678 WifiSoftwareBuildInfo other = (WifiSoftwareBuildInfo) otherObj; in equals()
DWifiNative.java2660 public boolean equals(Object otherObj) {
2661 if (this == otherObj) {
2663 } else if (otherObj == null || getClass() != otherObj.getClass()) {
2666 HiddenNetwork other = (HiddenNetwork) otherObj;
2703 public boolean equals(Object otherObj) {
2704 if (this == otherObj) {
2706 } else if (otherObj == null || getClass() != otherObj.getClass()) {
2709 PnoNetwork other = (PnoNetwork) otherObj;
/frameworks/base/core/java/android/os/
DMessenger.java74 public boolean equals(Object otherObj) { in equals() argument
75 if (otherObj == null) { in equals()
79 return mTarget.asBinder().equals(((Messenger)otherObj) in equals()
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/wifi/
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()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DListTestCaseNames.java84 public boolean equals(Object otherObj) { in equals() argument
85 if (otherObj instanceof TestDescriptor) { in equals()
86 TestDescriptor otherDesc = (TestDescriptor)otherObj; in equals()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp189 jobject otherObj) { in android_view_InputChannel_nativeTransferTo() argument
190 if (android_view_InputChannel_getNativeInputChannel(env, otherObj) != nullptr) { in android_view_InputChannel_nativeTransferTo()
198 android_view_InputChannel_setNativeInputChannel(env, otherObj, nativeInputChannel); in android_view_InputChannel_nativeTransferTo()
252 static void android_view_InputChannel_nativeDup(JNIEnv* env, jobject obj, jobject otherObj) { in android_view_InputChannel_nativeDup() argument
271 android_view_InputChannel_setNativeInputChannel(env, otherObj, in android_view_InputChannel_nativeDup()
/frameworks/base/core/java/android/view/
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()
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java73 public boolean equals(Object otherObj) { in equals() argument
74 if (otherObj instanceof Receiver) { in equals()
75 return mKey.equals(((Receiver) otherObj).mKey); in equals()
/frameworks/base/core/java/android/content/
DIntentSender.java287 public boolean equals(Object otherObj) { in equals() argument
288 if (otherObj instanceof IntentSender) { in equals()
289 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
/frameworks/base/wifi/java/android/net/wifi/
DSoftApConfiguration.java272 public boolean equals(Object otherObj) { in equals() argument
273 if (this == otherObj) { in equals()
276 if (!(otherObj instanceof SoftApConfiguration)) { in equals()
279 SoftApConfiguration other = (SoftApConfiguration) otherObj; in equals()
DScanResult.java411 public boolean equals(Object otherObj) { in equals() argument
412 if (this == otherObj) { in equals()
415 if (!(otherObj instanceof RadioChainInfo)) { in equals()
418 RadioChainInfo other = (RadioChainInfo) otherObj; in equals()
/frameworks/base/core/java/android/app/
DPendingIntent.java1182 public boolean equals(Object otherObj) { in equals() argument
1183 if (otherObj instanceof PendingIntent) { in equals()
1184 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java132 public boolean equals(Object otherObj) { in equals() argument
133 if (otherObj == null) { in equals()
137 Key other = (Key)otherObj; in equals()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java1099 public boolean equals(Object otherObj) { in equals() argument
1100 return (otherObj instanceof Receiver) && mKey.equals(((Receiver) otherObj).mKey); in equals()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...