Searched defs:columnValues (Results 1 – 3 of 3) sorted by relevance
87 String[] columnValues = scanResultLines[i].split("\\s+"); in parseScanResults() local
358 HashMap<String, String> columnValues = new HashMap<>(); in parseQueryResultRow() local410 HashMap<String, String> columnValues = parseQueryResultRow(row); in pullDirInternal() local
430 HashMap<String, String> columnValues = mProvider.parseQueryResultRow(row); in testParseQueryResultRow() local