Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1723 int i2Flags = PackageManager.INSTALL_INTERNAL; in testInstallDeclaresPermissions() local
1726 i2Flags, false, in testInstallDeclaresPermissions()
1728 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
1776 i2Flags, false, in testInstallDeclaresPermissions()
1778 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()
1794 i2Flags | PackageManager.INSTALL_REPLACE_EXISTING, false, in testInstallDeclaresPermissions()
1796 assertInstall(ip2.pkg, i2Flags, ip2.pkg.installLocation); in testInstallDeclaresPermissions()