Lines Matching refs:number
53 * Id for a phone number which doesn't belong to any other ids stored above.
126 // Table is sorted by number of times contacted and name. If we cannot fit all contacts
130 Phone.NUMBER + " NOT NULL", null,
300 * @return String of last number dialed.
305 new String[] { CallLog.Calls.NUMBER },
309 String number = null;
312 int column = cursor.getColumnIndexOrThrow(CallLog.Calls.NUMBER);
313 number = cursor.getString(column);
317 if (false) Log.d(TAG, "redialNumber " + number);
319 return number;