Home | History | Annotate | Download | only in phone

Lines Matching refs:number

562                 // Phone number (via getAddress()) is stored in the message to remember which
563 // number is actually used for the look up.
855 * @param number The phone number used for the async query. This method will take care of
856 * formatting or normalization of the number.
964 final String number = c.getAddress();
965 if (c.getCall().getPhone().isOtaSpNumber(number)) {
1043 final String number = c.getAddress();
1046 PhoneNumberUtils.isLocalEmergencyNumber(number, mApplication);
1098 PhoneUtils.placeCall(mApplication, phone, number, null, false);
1705 // Check number presentation value; if we have a non-allowed presentation,
1709 String number = ci.phoneNumber;
1715 number = PhoneUtils.modifyForSpecialCnapCases(mApplication,
1716 ci, number, ci.numberPresentation);
1718 mApplication.notificationMgr.notifyMissedCall(name, number, ci.numberPresentation,
1723 // able to get a valid phone number out of the specified Connection.