Home
last modified time | relevance | path

Searched refs:COLUMN_DISPLAY_NAME (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete4.java67 view.setText(cursor.getString(COLUMN_DISPLAY_NAME)); in newView()
73 ((TextView) view).setText(cursor.getString(COLUMN_DISPLAY_NAME)); in bindView()
78 return cursor.getString(COLUMN_DISPLAY_NAME); in convertToString()
102 private static final int COLUMN_DISPLAY_NAME = 1; field in AutoComplete4
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java805 public static final int COLUMN_DISPLAY_NAME = 1; field in ContactManager.ContactQuery