Searched refs:getCommaSeparatedList (Results 1 – 4 of 4) sorted by relevance
45 expectedApiFiles = getCommaSeparatedList(instrumentationArgs, "expected-api-files"); in initializeFromArgs()46 baseApiFiles = getCommaSeparatedList(instrumentationArgs, "base-api-files"); in initializeFromArgs()47 unexpectedApiFiles = getCommaSeparatedList(instrumentationArgs, "unexpected-api-files"); in initializeFromArgs()
43 hiddenapiFiles = getCommaSeparatedList(instrumentationArgs, "hiddenapi-files"); in initializeFromArgs()44 hiddenapiTestFlags = getCommaSeparatedList(instrumentationArgs, "hiddenapi-test-flags"); in initializeFromArgs()
105 static String[] getCommaSeparatedList(Bundle instrumentationArgs, String key) { in getCommaSeparatedList() method in AbstractApiTest
39 expectedApiFiles = getCommaSeparatedList(instrumentationArgs, "expected-api-files"); in initializeFromArgs()