Home
last modified time | relevance | path

Searched refs:mInstallerTitle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/pkg/
DArchiveState.java53 private final String mInstallerTitle; field in ArchiveState
290 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()