Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java357 final HashMap<String, String> parseQueryResultRow(String row) { in parseQueryResultRow() method in ContentProviderHandler
410 HashMap<String, String> columnValues = parseQueryResultRow(row); in pullDirInternal()
/tools/tradefederation/core/javatests/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java430 HashMap<String, String> columnValues = mProvider.parseQueryResultRow(row); in testParseQueryResultRow()