Searched refs:iloc (Results 1 – 2 of 2) sorted by relevance
1837 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in getExpectedInstallLocation() local1841 iloc = PackageInfo.INSTALL_LOCATION_AUTO; in getExpectedInstallLocation()1843 iloc = PackageInfo.INSTALL_LOCATION_PREFER_EXTERNAL; in getExpectedInstallLocation()1845 iloc = PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY; in getExpectedInstallLocation()1848 return iloc; in getExpectedInstallLocation()1851 private void setExistingXUserX(int userSetting, int iFlags, int iloc) throws Exception { in setExistingXUserX() argument1868 iloc); in setExistingXUserX()1954 private void setUserX(boolean enable, int userSetting, int iloc) throws Exception { in setUserX() argument1966 iloc); in setUserX()1976 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()