Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java47 private static final int PHONE_NUMBER_COLUMN_INDEX = 3; field in LegacyPhoneNumberListAdapter
109 view.setPhoneNumber(cursor.getString(PHONE_NUMBER_COLUMN_INDEX), /* countryIso */ null); in bindPhoneNumber()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java83 private static final int PHONE_NUMBER_COLUMN_INDEX = 2; field in ShortcutIntentBuilder
242 mPhoneNumber = cursor.getString(PHONE_NUMBER_COLUMN_INDEX); in loadData()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java79 private static final int PHONE_NUMBER_COLUMN_INDEX = 3; field in BluetoothPbapVcardManager