Searched refs:mInstallerTitle (Results 1 – 1 of 1) sorted by relevance
53 private final String mInstallerTitle; field in ArchiveState290 this.mInstallerTitle = installerTitle; in ArchiveState()292 NonNull.class, null, mInstallerTitle); in ArchiveState()317 return mInstallerTitle; in getInstallerTitle()337 "installerTitle = " + mInstallerTitle + ", " + in toString()356 && java.util.Objects.equals(mInstallerTitle, that.mInstallerTitle) in equals()368 _hash = 31 * _hash + java.util.Objects.hashCode(mInstallerTitle); in hashCode()