Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java1837 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in getExpectedInstallLocation() local
1841 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() argument
1868 iloc); in setExistingXUserX()
1954 private void setUserX(boolean enable, int userSetting, int iloc) throws Exception { in setUserX() argument
1966 iloc); in setUserX()
1976 int iloc = getExpectedInstallLocation(userSetting); in testUserI() local
[all …]
/frameworks/av/media/extractors/mp4/
DItemTable.cpp1374 const ItemLoc &iloc = mItemLocs[ilocIndex]; in buildImageItemsIfPossible() local
1378 if (iloc.getLoc(&offset, &size, mIdatOffset, mIdatSize) != OK) { in buildImageItemsIfPossible()