Searched refs:hashCode (Results 1 – 2 of 2) sorted by relevance
177 public int hashCode() { in hashCode() method in PackageInfo178 return mName.hashCode(); in hashCode()
145 return this.hashCode() - that.hashCode(); in compareTo()