Home | History | Annotate | Download | only in contacts

Lines Matching defs:PHONE

25 import android.provider.ContactsContract.CommonDataKinds.Phone;
48 * and additional data such as a nickname, email address or phone number, whichever
59 Phone.NUMBER
70 int PHONE = 8;
120 String phone;
137 if (phone != null) {
138 return phone;
177 } else if (Phone.CONTENT_ITEM_TYPE.equals(mimetype)) {
211 if (info.phone == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
212 info.phone = cursor.getString(SplitQuery.PHONE);