Home | History | Annotate | Download | only in phone

Lines Matching full:phonenumber

175         mPhoneNumber = (TextView) findViewById(R.id.phoneNumber);
477 if (updatedNumber != null && !updatedNumber.equals(info.phoneNumber)) {
1007 // Currently, info.phoneNumber may actually be a SIP address, and
1013 // SIP addresses instead of overloading the "phoneNumber" field.
1016 String number = info.phoneNumber;