Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockContentProvider.java47 private String[] mDefaultProjection; field in MockContentProvider.Query
74 mDefaultProjection = projection; in withDefaultProjection()
154 columnNames = mProjection != null ? mProjection : mDefaultProjection; in getResult()