HomeSort by relevance Sort by last modified time
    Searched defs:addAssetPath (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/tests/coretests/src/android/content/res/
ResourcesLocaleTest.java 45 assertTrue(assets.addAssetPath(extractApkAndGetPath(rawApkId)) != 0);
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 138 bool AssetManagerSymbolSource::addAssetPath(const StringPiece& path) {
140 return mAssets.addAssetPath(android::String8(path.data(), path.size()), &cookie);
  /frameworks/base/core/java/android/content/res/
AssetManager.java 646 public final int addAssetPath(String path) {
696 * {@link #addAssetPath(String)} for more information. Returns array of
708 cookies[i] = addAssetPath(paths[i]);
  /frameworks/base/libs/androidfw/
AssetManager.cpp 171 bool AssetManager::addAssetPath(
328 return addAssetPath(path, NULL, false /* appAsLib */, true /* isSystemAsset */);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 714 milliseconds