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

  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 43 private static final int NAME_COLUMN = 0;
92 Utils.checkForDuplicateNames(mIsDuplicateName, mDuplicateNameCursor, NAME_COLUMN);
  /packages/apps/Phone/src/com/android/phone/
FdnList.java 142 String name = mCursor.getString(NAME_COLUMN);
155 String name = mCursor.getString(NAME_COLUMN);
ADNList.java 50 protected static final int NAME_COLUMN = 0;
SimContacts.java 140 new NamePhoneTypePair(cursor.getString(NAME_COLUMN));
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 113 private static final int NAME_COLUMN = 3;
146 Utils.checkForDuplicateNames(mIsDuplicateName, newCursor, NAME_COLUMN);
288 String name = cursor.getString(NAME_COLUMN);

Completed in 843 milliseconds