Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DContactsManagerTest.java161 private final HashMap<String, MatrixCursor> mQueryCursorMapForTestExpectations = field in ContactsManagerTest.FakeContactsContentProvider
167 return mQueryCursorMapForTestExpectations.get(uri.toString()); in query()
171 mQueryCursorMapForTestExpectations.clear(); in reset()
175 mQueryCursorMapForTestExpectations.put(uri.toString(), cursor); in addQueryResult()