Searched refs:testAssetName (Results 1 – 1 of 1) sorted by relevance
287 private static boolean isDirectory(String testAssetName) throws IOException { in isDirectory() argument288 String[] assetList = sContext.getAssets().list(testAssetName); in isDirectory()