Searched refs:PHONE_NUMBER_COLUMN_INDEX (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyPhoneNumberListAdapter.java50 private static final int PHONE_NUMBER_COLUMN_INDEX = 3; field in class:LegacyPhoneNumberListAdapter
112 view.setPhoneNumber(cursor.getString(PHONE_NUMBER_COLUMN_INDEX), /* countryIso */ null);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DShortcutIntentBuilder.java77 private static final int PHONE_NUMBER_COLUMN_INDEX = 2; field in class:ShortcutIntentBuilder
236 mPhoneNumber = cursor.getString(PHONE_NUMBER_COLUMN_INDEX);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java84 private static final int PHONE_NUMBER_COLUMN_INDEX = 3; field in class:BluetoothPbapVcardManager

Completed in 2394 milliseconds