Searched refs:otherObj (Results 1 – 11 of 11) sorted by relevance
88 public boolean equals(Object otherObj) { in equals() argument89 if (this == otherObj) { in equals()91 } else if (!(otherObj instanceof ScanResultMatchInfo)) { in equals()94 ScanResultMatchInfo other = (ScanResultMatchInfo) otherObj; in equals()
912 public boolean equals(Object otherObj) { in equals() argument913 if (this == otherObj) { in equals()915 } else if (otherObj == null || getClass() != otherObj.getClass()) { in equals()918 HiddenNetwork other = (HiddenNetwork) otherObj; in equals()948 public boolean equals(Object otherObj) { in equals() argument949 if (this == otherObj) { in equals()951 } else if (otherObj == null || getClass() != otherObj.getClass()) { in equals()954 PnoNetwork other = (PnoNetwork) otherObj; in equals()
74 public boolean equals(Object otherObj) { in equals() argument75 if (otherObj == null) { in equals()79 return mTarget.asBinder().equals(((Messenger)otherObj) in equals()
84 public boolean equals(Object otherObj) { in equals() argument85 if (otherObj instanceof TestDescriptor) { in equals()86 TestDescriptor otherDesc = (TestDescriptor)otherObj; in equals()
180 jobject otherObj) { in android_view_InputChannel_nativeTransferTo() argument181 if (android_view_InputChannel_getNativeInputChannel(env, otherObj) != NULL) { in android_view_InputChannel_nativeTransferTo()189 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() argument256 android_view_InputChannel_setNativeInputChannel(env, otherObj, in android_view_InputChannel_nativeDup()
166 public boolean equals(Object otherObj) { in equals() argument167 if (otherObj instanceof WindowId) { in equals()168 return mToken.asBinder().equals(((WindowId) otherObj) in equals()
65 public boolean equals(Object otherObj) { in equals() argument66 if (otherObj instanceof Receiver) { in equals()67 return mKey.equals(((Receiver) otherObj).mKey); in equals()
837 public boolean equals(Object otherObj) { in equals() argument838 return (otherObj instanceof Receiver) && mKey.equals(((Receiver) otherObj).mKey); in equals()
285 public boolean equals(Object otherObj) { in equals() argument286 if (otherObj instanceof IntentSender) { in equals()287 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
1049 public boolean equals(Object otherObj) { in equals() argument1050 if (otherObj instanceof PendingIntent) { in equals()1051 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()
115 public boolean equals(Object otherObj) { in equals() argument116 if (otherObj == null) { in equals()120 Key other = (Key)otherObj; in equals()