Home
last modified time | relevance | path

Searched refs:PHONE_TYPE (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneQuery.java80 public static final int PHONE_TYPE = 2; field in PhoneQuery
DContactInfoHelper.java199 info.type = phoneLookupCursor.getInt(PhoneQuery.PHONE_TYPE); in createPhoneLookupContactInfo()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberListAdapter.java144 public static final int PHONE_TYPE = 1; field in PhoneNumberListAdapter.PhoneQuery
469 if (displayNumber && !cursor.isNull(PhoneQuery.PHONE_TYPE)) { in bindPhoneNumber()
470 final int type = cursor.getInt(PhoneQuery.PHONE_TYPE); in bindPhoneNumber()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DWebViewContextMenu.java248 menu.setGroupVisible(R.id.PHONE_MENU, type == WebView.HitTestResult.PHONE_TYPE); in onCreateContextMenu()
258 case WebView.HitTestResult.PHONE_TYPE: in onCreateContextMenu()
/packages/apps/Dialer/src/com/android/dialer/list/
DRegularSearchListAdapter.java56 info.type = item.getInt(PhoneQuery.PHONE_TYPE); in getContactInfo()
/packages/apps/Dialer/src/com/android/dialer/util/
DIntentUtil.java155 intent.putExtra(ContactsContract.Intents.Insert.PHONE_TYPE, phoneNumberType); in populateContactIntent()
/packages/apps/Dialer/src/com/android/dialer/database/
DDialerDatabaseHelper.java162 static final int PHONE_TYPE = 1; field
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactModifier.java532 parseExtras(state, kind, extras, Insert.PHONE_TYPE, Insert.PHONE, Phone.NUMBER); in parseExtras()