Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DArchiveFileTestRule.java119 public Path dumpAssetFile(String assetPath, String suffix) throws IOException { in dumpAssetFile()
139 public ParcelFileDescriptor openAssetFile(String assetPath, String suffix) throws IOException { in openAssetFile()
155 public String getAssetText(String assetPath) throws IOException { in getAssetText()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DTestAssetRepository.java35 public TestAssetRepository(@NonNull String assetPath) { in TestAssetRepository()
/aosp12/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()
/aosp12/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()
/aosp12/frameworks/base/core/java/android/app/
H A DResourcesManager.java1414 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { in appendLibAssetForMainAssetPath()
1424 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java2391 final String assetPath = NETPOLICY_DIR + "/" + mNetpolicyXml; in setNetpolicyXml() local
/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp747 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump() local