Searched refs:otherModel (Results 1 – 1 of 1) sorted by relevance
285 final ModelFile otherModel = (ModelFile) other; in equals() local286 return TextUtils.equals(getPath(), otherModel.getPath()); in equals()