Searched refs:assetPath (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/app/
H A DResourcesManager.java881 * assetPath.
882 * @param assetPath The main asset path for which to add the library asset path.
885 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { argument
895 if (impl != null && key.mResDir.equals(assetPath)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java114 public static String readAsset(Context context, String assetPath) throws IOException { argument
118 context.getResources().getAssets().open(assetPath)))) {
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1903 public String readTestAsset(String assetPath) throws IOException { argument
1907 getTestContext().getResources().getAssets().open(assetPath)))) {

Completed in 274 milliseconds