Searched refs:otherObj (Results 1 – 9 of 9) sorted by relevance
76 public boolean equals(@Nullable Object otherObj) { in equals() argument77 if (otherObj == null) { in equals()81 return mTarget.asBinder().equals(((Messenger)otherObj) in equals()
78 public boolean equals(Object otherObj) { in equals() argument79 if (this == otherObj) { in equals()82 if (!(otherObj instanceof SoftApConfiguration)) { in equals()85 SoftApConfiguration other = (SoftApConfiguration) 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()
74 void add(BaseAppStateEvents otherObj) { in add() argument75 if (otherObj == null || !(otherObj instanceof BaseAppStateTimeSlotEvents)) { in add()78 final BaseAppStateTimeSlotEvents other = (BaseAppStateTimeSlotEvents) otherObj; in add()
142 public boolean equals(Object otherObj) { in equals() argument143 if (otherObj == null) { in equals()147 Key other = (Key)otherObj; in equals()
168 public boolean equals(@Nullable Object otherObj) { in equals() argument169 if (otherObj instanceof WindowId) { in equals()170 return mToken.asBinder().equals(((WindowId) otherObj).mToken.asBinder()); in equals()
72 public boolean equals(Object otherObj) { in equals() argument73 if (otherObj instanceof Receiver) { in equals()74 return mKey.equals(((Receiver) otherObj).mKey); in equals()
304 public boolean equals(@Nullable Object otherObj) { in equals() argument305 if (otherObj instanceof IntentSender) { in equals()306 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
1346 public boolean equals(@Nullable Object otherObj) { in equals() argument1347 if (otherObj instanceof PendingIntent) { in equals()1348 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()