Home
last modified time | relevance | path

Searched defs:assetPath (Results 1 – 8 of 8) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
DTestAssetRepository.java35 public TestAssetRepository(@NonNull String assetPath) { in TestAssetRepository()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
DReportEncoderTests.java101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
DWatchlistSettingsTests.java116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
DWatchlistConfigTests.java143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestUtils.java115 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
/frameworks/base/core/java/android/app/
DResourcesManager.java1102 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { in appendLibAssetForMainAssetPath()
1112 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java2133 final String assetPath = NETPOLICY_DIR + "/" + mNetpolicyXml; in setNetpolicyXml() local
/frameworks/base/tools/aapt/
DCommand.cpp747 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump() local