Searched defs:assetPath (Results 1 – 13 of 13) sorted by relevance
98 val assetPath = if (Build.FINGERPRINT.contains("robolectric")) { in settingsScreenshotTestRule() constant
38 private val assetPath: String 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()
168 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()
559 private void copyAssets(String assetPath, File targetRoot) throws Exception { in copyAssets()
1593 public void appendLibAssetForMainAssetPath(String assetPath, String libAsset) { in appendLibAssetForMainAssetPath()1603 public void appendLibAssetsForMainAssetPath(String assetPath, String[] libAssets) { in appendLibAssetsForMainAssetPath()
3137 final String assetPath = NETPOLICY_DIR + "/" + mNetpolicyXml; in setNetpolicyXml() local
748 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump() local