Searched defs:assetPath (Results 1 – 12 of 12) sorted by relevance
98 val assetPath = if (Build.FINGERPRINT.contains("robolectric")) { in settingsScreenshotTestRule() constant
35 public TestAssetRepository(@NonNull String assetPath) { in TestAssetRepository()
101 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
116 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
143 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
166 private static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
134 public static String readAsset(Context context, String assetPath) throws IOException { in readAsset()
122 private static void extractAppOpsFile(String assetPath) { in extractAppOpsFile()
558 private void copyAssets(String assetPath, File targetRoot) throws Exception { in copyAssets()
1525 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { in appendLibAssetForMainAssetPath()1535 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath()
3081 final String assetPath = NETPOLICY_DIR + "/" + mNetpolicyXml; in setNetpolicyXml() local
748 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump() local