Searched refs:mQueryCursorMapForTestExpectations (Results 1 – 1 of 1) sorted by relevance
161 private final HashMap<String, MatrixCursor> mQueryCursorMapForTestExpectations = field in ContactsManagerTest.FakeContactsContentProvider167 return mQueryCursorMapForTestExpectations.get(uri.toString()); in query()171 mQueryCursorMapForTestExpectations.clear(); in reset()175 mQueryCursorMapForTestExpectations.put(uri.toString(), cursor); in addQueryResult()