Searched refs:otherObj (Results 1 – 10 of 10) sorted by relevance
67 public boolean equals(Object otherObj) { in equals() argument68 if (otherObj == null) { in equals()72 return mTarget.asBinder().equals(((Messenger)otherObj) in equals()
71 public boolean equals(Object otherObj) { in equals() argument72 if (otherObj == null) { in equals()76 return mTarget.asBinder().equals(((RemoteCallback)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()
177 jobject otherObj) { in android_view_InputChannel_nativeTransferTo() argument178 if (android_view_InputChannel_getNativeInputChannel(env, otherObj) != NULL) { in android_view_InputChannel_nativeTransferTo()186 android_view_InputChannel_setNativeInputChannel(env, otherObj, nativeInputChannel); in android_view_InputChannel_nativeTransferTo()249 static void android_view_InputChannel_nativeDup(JNIEnv* env, jobject obj, jobject otherObj) { in android_view_InputChannel_nativeDup() argument253 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()
64 public boolean equals(Object otherObj) { in equals() argument65 if (otherObj instanceof Receiver) { in equals()66 return mKey.equals(((Receiver) otherObj).mKey); in equals()
523 public boolean equals(Object otherObj) { in equals() argument524 if (otherObj instanceof Receiver) { in equals()525 return mKey.equals(((Receiver)otherObj).mKey); in equals()
287 public boolean equals(Object otherObj) { in equals() argument288 if (otherObj instanceof IntentSender) { in equals()289 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
99 public boolean equals(Object otherObj) { in equals() argument100 if (otherObj == null) { in equals()104 Key other = (Key)otherObj; in equals()
871 public boolean equals(Object otherObj) { in equals() argument872 if (otherObj instanceof PendingIntent) { in equals()873 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()