Searched refs:iloc (Results 1 – 2 of 2) sorted by relevance
1506 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in getExpectedInstallLocation() local1510 iloc = PackageInfo.INSTALL_LOCATION_AUTO; in getExpectedInstallLocation()1512 iloc = PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL; in getExpectedInstallLocation()1514 iloc = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; in getExpectedInstallLocation()1517 return iloc; in getExpectedInstallLocation()1520 private void setExistingXUserX(int userSetting, int iFlags, int iloc) throws Exception { in setExistingXUserX() argument1537 iloc); in setExistingXUserX()1587 private void setUserX(boolean enable, int userSetting, int iloc) throws Exception { in setUserX() argument1599 iloc); in setUserX()1609 int iloc = getExpectedInstallLocation(userSetting); in testUserI() local[all …]
1374 const ItemLoc &iloc = mItemLocs[ilocIndex]; in buildImageItemsIfPossible() local1378 if (iloc.getLoc(&offset, &size, mIdatOffset, mIdatSize) != OK) { in buildImageItemsIfPossible()