Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/pkg/
DArchiveState.java75 @NonNull String installerTitle) { in ArchiveState() argument
76 this(activityInfos, installerTitle, System.currentTimeMillis()); in ArchiveState()
285 @NonNull String installerTitle, in ArchiveState() argument
290 this.mInstallerTitle = installerTitle; in ArchiveState()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUnarchiveFragment.java31 String installerTitle = getArguments().getString(UnarchiveActivity.INSTALLER_TITLE); in onCreateDialog() local
37 appTitle, installerTitle)); in onCreateDialog() local
DUnarchiveActivity.java102 String installerTitle = getResponsibleInstallerTitle(pm, in onCreate() local
104 showDialogFragment(appTitle, installerTitle); in onCreate()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageArchiver.java466 final String installerTitle = getResponsibleInstallerTitle( in createAndStoreArchiveState() local
469 installerTitle); in createAndStoreArchiveState()
526 List<LauncherActivityInfo> mainActivities, String installerTitle) in createArchiveStateInternal() argument
545 return new ArchiveState(archiveActivityInfos, installerTitle); in createArchiveStateInternal()
1227 String installerTitle = getInstallerTitle(appPackageName, userId); in createErrorDialogIntent() local
1228 if (installerTitle == null) { in createErrorDialogIntent()
1232 dialogIntent.putExtra(EXTRA_INSTALLER_TITLE, installerTitle); in createErrorDialogIntent()
DSettings.java2082 String installerTitle = parser.getAttributeValue(null,
2088 if (installerTitle == null) {
2098 return new ArchiveState(activityInfos, installerTitle, archiveTimeMillis);