Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java110 private static final int APP_INSTALL_DEVICE = InstallLocationUtils.APP_INSTALL_INTERNAL;
1527 } else if (userSetting == InstallLocationUtils.APP_INSTALL_INTERNAL) { in getExpectedInstallLocation()
1558 int userSetting = InstallLocationUtils.APP_INSTALL_INTERNAL; in testExistingIUserI()
1622 int userSetting = InstallLocationUtils.APP_INSTALL_INTERNAL; in testUserI()
1652 int userSetting = InstallLocationUtils.APP_INSTALL_INTERNAL; in testUserPrefOffUserI()
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DInstallLocationUtils.java72 public static final int APP_INSTALL_INTERNAL = 1; field in InstallLocationUtils
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java1826 } else if (loc == InstallLocationUtils.APP_INSTALL_INTERNAL) { in runGetInstallLocation()
H A DPackageManagerService.java5952 || loc == InstallLocationUtils.APP_INSTALL_INTERNAL