OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAME_COLUMN
(Results
1 - 6
of
6
) sorted by null
/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
);
/packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java
49
private static final int
NAME_COLUMN
= 0;
170
Utils.checkForDuplicateNames(mIsDuplicateName, mDuplicateNameCursor,
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 546 milliseconds