Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstallArgs.java71 int installFlags, int developmentInstallFlags, InstallSource installSource, in InstallArgs() argument
82 mDevelopmentInstallFlags = developmentInstallFlags; in InstallArgs()
DInstallingSession.java109 int installFlags, int developmentInstallFlags, InstallSource installSource, in InstallingSession() argument
118 mDevelopmentInstallFlags = developmentInstallFlags; in InstallingSession()
157 mDevelopmentInstallFlags = sessionParams.developmentInstallFlags; in InstallingSession()
DPackageInstallerService.java746 params.developmentInstallFlags = 0;
DPackageManagerShellCommand.java3614 sessionParams.developmentInstallFlags |= in makeInstallParams()
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java2797 public int developmentInstallFlags = 0; field in PackageInstaller.SessionParams
2853 developmentInstallFlags = source.readInt(); in SessionParams()
2889 ret.developmentInstallFlags = developmentInstallFlags; in copy()
3632 pw.printHexPair("developmentInstallFlags", developmentInstallFlags); in dump()
3678 dest.writeInt(developmentInstallFlags); in writeToParcel()