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.java1506 int iloc = PackageInfo.INSTALL_LOCATION_UNSPECIFIED; in getExpectedInstallLocation() local
1510 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() argument
1537 iloc); in setExistingXUserX()
1587 private void setUserX(boolean enable, int userSetting, int iloc) throws Exception { in setUserX() argument
1599 iloc); in setUserX()
1609 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()