Home | History | Annotate | Download | only in contacts

Lines Matching refs:PHONE

50 import android.provider.ContactsContract.CommonDataKinds.Phone;
172 * allocations when formatting phone numbers.
215 // Here, "number" can either be a PSTN phone number or a
424 // "number" is a regular phone number, so use the
447 // New incoming phone number invalidates our formatted
651 // Format and cache phone number for found contact
669 // Format the cached call_log phone number
684 numberLabel = Phone.getDisplayLabel(context, ntype, label,
903 ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
917 * Format the given phone number using
1043 // the Insert.PHONE extra only works correctly for PSTN numbers.
1054 intent.putExtra(Insert.PHONE, number);
1165 ITelephony phone = ITelephony.Stub.asInterface(
1166 ServiceManager.checkService("phone"));
1167 if (phone != null && !phone.isIdle()) {
1244 // We're calling a regular PSTN phone number.