Home
last modified time | relevance | path

Searched refs:loadTextResource (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioLoader.java57 JSONObject json = new JSONObject(ScenarioLoader.loadTextResource(scenarioPath)); in load()
216 private static String loadTextResource(String fileName) throws IOException { in loadTextResource() method in ScenarioLoader
240 responseBody = ScenarioLoader.loadTextResource(fileName); in loadTextResourceWithSubstitutions()