Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java163 private static final String ATTR_INSTALL_LOCATION = "installLocation"; field in PackageInstallerSession
2419 writeIntAttribute(out, ATTR_INSTALL_LOCATION, params.installLocation); in write()
2515 params.installLocation = readIntAttribute(in, ATTR_INSTALL_LOCATION); in readFromXml()