Searched refs:mChildClass (Results 1 – 1 of 1) sorted by relevance
34 private final String mChildClass; field in SiteMapPair41 mChildClass = childClass; in SiteMapPair()47 return Objects.hash(mParentClass, mChildClass); in hashCode()56 && TextUtils.equals(mChildClass, ((SiteMapPair) other).mChildClass); in equals()68 return mChildClass; in getChildClass()84 values.put(IndexDatabaseHelper.SiteMapColumns.CHILD_CLASS, mChildClass); in toContentValue()