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()
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()
154 public boolean equals(Object otherObj) { in equals() argument155 if (otherObj == null) { in equals()159 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()
308 public boolean equals(@Nullable Object otherObj) { in equals() argument309 if (otherObj instanceof IntentSender) { in equals()310 return mTarget.asBinder().equals(((IntentSender)otherObj) in equals()
1439 public boolean equals(@Nullable Object otherObj) { in equals() argument1440 if (otherObj instanceof PendingIntent) { in equals()1441 return mTarget.asBinder().equals(((PendingIntent)otherObj) in equals()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...