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

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactTileLoaderFactory.java 39 public static final String[] COLUMNS_PHONE_ONLY =
62 return new CursorLoader(context, uri, COLUMNS_PHONE_ONLY, null, null, null);
  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 70 public static final String[] COLUMNS_PHONE_ONLY = new String[] {
96 return new CursorLoader(context, uri, COLUMNS_PHONE_ONLY, null, null, null);

Completed in 496 milliseconds