Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java50 private String[] mDefaultProjection; field in MockContentProvider.Query
86 mDefaultProjection = projection; in withDefaultProjection()
168 columnNames = projection != null ? projection : mDefaultProjection; in getResult()
170 columnNames = mProjection != null ? mProjection : mDefaultProjection; in getResult()