Home | History | Annotate | Download | only in contacts

Lines Matching full:phone

70 import android.provider.ContactsContract.CommonDataKinds.Phone;
572 if (entry.mimetype.equals(CommonDataKinds.Phone.CONTENT_ITEM_TYPE)) {
779 ITelephony phone = ITelephony.Stub.asInterface(
780 ServiceManager.checkService("phone"));
781 if (phone != null && !phone.isIdle()) {
922 if (Phone.CONTENT_ITEM_TYPE.equals(mimeType) && hasData) {
923 // Build phone entries
931 // Remember super-primary phone
937 if (entry.type == CommonDataKinds.Phone.TYPE_MOBILE
1039 // so that we can reposition it right under the phone number.
1287 if (entry.mimetype.equals(Phone.CONTENT_ITEM_TYPE)