Searched refs:PHONE_TYPE (Results 1 – 8 of 8) sorted by relevance
80 public static final int PHONE_TYPE = 2; field in PhoneQuery
199 info.type = phoneLookupCursor.getInt(PhoneQuery.PHONE_TYPE); in createPhoneLookupContactInfo()
144 public static final int PHONE_TYPE = 1; field in PhoneNumberListAdapter.PhoneQuery469 if (displayNumber && !cursor.isNull(PhoneQuery.PHONE_TYPE)) { in bindPhoneNumber()470 final int type = cursor.getInt(PhoneQuery.PHONE_TYPE); in bindPhoneNumber()
248 menu.setGroupVisible(R.id.PHONE_MENU, type == WebView.HitTestResult.PHONE_TYPE); in onCreateContextMenu()258 case WebView.HitTestResult.PHONE_TYPE: in onCreateContextMenu()
56 info.type = item.getInt(PhoneQuery.PHONE_TYPE); in getContactInfo()
155 intent.putExtra(ContactsContract.Intents.Insert.PHONE_TYPE, phoneNumberType); in populateContactIntent()
162 static final int PHONE_TYPE = 1; field
532 parseExtras(state, kind, extras, Insert.PHONE_TYPE, Insert.PHONE, Phone.NUMBER); in parseExtras()