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

  /packages/services/Telephony/src/com/android/phone/
ADNList.java 50 protected static final int NAME_COLUMN = 0;
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 65 private static final int NAME_COLUMN = 0;
194 Utils.checkForDuplicateNames(mIsDuplicateName, mDuplicateNameCursor, NAME_COLUMN);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 129 private static final int NAME_COLUMN = 3;
171 Utils.checkForDuplicateNames(mIsDuplicateName, newCursor, NAME_COLUMN);
320 String name = cursor.getString(NAME_COLUMN);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 75 private static final int NAME_COLUMN = 1;
465 case NAME_COLUMN: {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 68 milliseconds