Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java46 private static final int PHONE_LABEL_COLUMN_INDEX = 2; field in LegacyPhoneNumberListAdapter
103 final String customLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX); in bindPhoneNumber()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java85 private static final int PHONE_LABEL_COLUMN_INDEX = 4; field in ShortcutIntentBuilder
244 mPhoneLabel = cursor.getString(PHONE_LABEL_COLUMN_INDEX); in loadData()