Lines Matching refs:number
54 // Since (for now at least) the number of messages is fixed at 4, and since
170 * - a bogus or blank incoming number
172 * - a "call presentation" that doesn't allow the number to be revealed
179 * SMSes to that number will silently fail.
210 // Check the incoming number:
211 final String number = conn.getAddress();
212 if (DBG) log("- number: '" + number + "'");
213 if (TextUtils.isEmpty(number)) {
214 Log.w(TAG, "allowRespondViaSmsForCall: no incoming number!");
217 if (PhoneNumberUtils.isUriNumber(number)) {
218 // The incoming number is actually a URI (i.e. a SIP address),
219 // not a regular PSTN phone number, and we can't send SMSes to
223 Log.i(TAG, "allowRespondViaSmsForCall: incoming 'number' is a SIP address.");
232 // The user isn't allowed to see the number in the first
245 // tell whether a given number is a mobile phone or not. So in that