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