Lines Matching refs:number
592 // Phone number (via getAddress()) is stored in the message to remember which
593 // number is actually used for the look up.
968 * @param number The phone number used for the async query. This method will take care of
969 * formatting or normalization of the number.
971 private void onCustomRingtoneQueryTimeout(String number) {
980 mApplication.callerInfoCache.getCacheEntry(number);
1072 final String number = c.getAddress();
1073 if (c.getCall().getPhone().isOtaSpNumber(number)) {
1151 final String number = c.getAddress();
1154 PhoneNumberUtils.isLocalEmergencyNumber(number, mApplication);
1205 PhoneUtils.placeCall(mApplication, phone, number, null, false, null);
1810 // Check number presentation value; if we have a non-allowed presentation,
1814 String number = ci.phoneNumber;
1820 number = PhoneUtils.modifyForSpecialCnapCases(mApplication,
1821 ci, number, ci.numberPresentation);
1823 mApplication.notificationMgr.notifyMissedCall(name, number,
1828 // able to get a valid phone number out of the specified Connection.