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.java150 private final HashMap<String, MatrixCursor> mQueryCursorMapForTestExpectations = field in ContactsManagerTest.FakeContactsContentProvider
156 return mQueryCursorMapForTestExpectations.get(uri.toString()); in query()
160 mQueryCursorMapForTestExpectations.clear(); in reset()
164 mQueryCursorMapForTestExpectations.put(uri.toString(), cursor); in addQueryResult()