Searched refs:iloc (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java2269 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
2273 iloc = PackageInfo.INSTALL_LOCATION_AUTO;
2275 iloc = PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL;
2277 iloc = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY;
2280 return iloc;
2282 private void setExistingXUserX(int userSetting, int iFlags, int iloc) { argument
2299 iloc);
2384 private void setUserX(boolean enable, int userSetting, int iloc) { argument
2396 iloc);
2406 int iloc
[all...]

Completed in 28 milliseconds