Searched refs:otherObj (Results 1 – 9 of 9) 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()
61 public boolean equals(Object otherObj) { in equals() argument62 if (otherObj instanceof Receiver) { in equals()63 return mKey.equals(((Receiver) otherObj).mKey); in equals()
213 public boolean equals(Object otherObj) { in equals() argument214 if (otherObj instanceof Receiver) { in equals()216 ((Receiver)otherObj).mKey); in equals()
231 public boolean equals(Object otherObj) { in equals() argument232 if (otherObj instanceof IntentSender) { in equals()233 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
176 jobject otherObj) { in android_view_InputChannel_nativeTransferTo() argument177 if (android_view_InputChannel_getNativeInputChannel(env, otherObj) != NULL) { in android_view_InputChannel_nativeTransferTo()185 android_view_InputChannel_setNativeInputChannel(env, otherObj, nativeInputChannel); in android_view_InputChannel_nativeTransferTo()
565 public boolean equals(Object otherObj) { in equals() argument566 if (otherObj instanceof PendingIntent) { in equals()567 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()
92 public boolean equals(Object otherObj) { in equals() argument93 if (otherObj == null) { in equals()97 Key other = (Key)otherObj; in equals()