Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
H A DReportEncoderTests.java101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
H A DWatchlistSettingsTests.java116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
H A DWatchlistConfigTests.java143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsUpgradeTest.java121 private static void extractAppOpsFile(String assetPath) { in extractAppOpsFile()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
H A DCpuInfoReaderTest.java558 private void copyAssets(String assetPath, File targetRoot) throws Exception { in copyAssets()
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java1427 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { in appendLibAssetForMainAssetPath()
1437 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java2596 final String assetPath = NETPOLICY_DIR + "/" + mNetpolicyXml; in setNetpolicyXml() local
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp747 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump() local