HomeSort by relevance Sort by last modified time
    Searched full:emptycursor (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/database/
EmptyCursor.java 28 final public class EmptyCursor extends AbstractCursor {
32 public EmptyCursor(String[] columns) {
NoNullCursorAsyncQueryHandler.java 50 cursor = new EmptyCursor(projectionCookie.projection);

Completed in 165 milliseconds