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