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

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java2384 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED;
2388 iloc = PackageInfo.INSTALL_LOCATION_AUTO;
2390 iloc = PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL;
2392 iloc = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY;
2395 return iloc;
2398 private void setExistingXUserX(int userSetting, int iFlags, int iloc) throws Exception { argument
2415 iloc);
2501 private void setUserX(boolean enable, int userSetting, int iloc) throws Exception { argument
2513 iloc);
2523 int iloc
[all...]

Completed in 56 milliseconds