Searched refs:PHONE_TYPE_COLUMN_INDEX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyPhoneNumberListAdapter.java48 private static final int PHONE_TYPE_COLUMN_INDEX = 1; field in class:LegacyPhoneNumberListAdapter
104 if (!cursor.isNull(PHONE_TYPE_COLUMN_INDEX)) {
105 final int type = cursor.getInt(PHONE_TYPE_COLUMN_INDEX);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DShortcutIntentBuilder.java78 private static final int PHONE_TYPE_COLUMN_INDEX = 3; field in class:ShortcutIntentBuilder
237 mPhoneType = cursor.getInt(PHONE_TYPE_COLUMN_INDEX);

Completed in 67 milliseconds