/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ScanResultMatchInfo.java | 172 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()
|
D | WifiHealthMonitor.java | 668 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()
|
D | WifiNative.java | 2660 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/ |
D | Messenger.java | 74 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/ |
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()
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
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()
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 189 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/ |
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()
|
/frameworks/base/services/core/java/com/android/server/ |
D | CountryDetectorService.java | 73 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/ |
D | IntentSender.java | 287 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/ |
D | SoftApConfiguration.java | 272 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()
|
D | ScanResult.java | 411 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/ |
D | PendingIntent.java | 1182 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/ |
D | PendingIntentRecord.java | 132 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/ |
D | LocationManagerService.java | 1099 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |