Searched refs:parseQueryResultRow (Results 1 – 2 of 2) sorted by relevance
357 final HashMap<String, String> parseQueryResultRow(String row) { in parseQueryResultRow() method in ContentProviderHandler410 HashMap<String, String> columnValues = parseQueryResultRow(row); in pullDirInternal()
430 HashMap<String, String> columnValues = mProvider.parseQueryResultRow(row); in testParseQueryResultRow()