Lines Matching full:calls
37 import android.provider.CallLog.Calls;
62 Calls._ID,
63 Calls.NUMBER,
64 Calls.DATE,
65 Calls.DURATION,
66 Calls.TYPE,
219 // setup query spec, look for all Missed calls that are new.
221 where.append(Calls.MISSED_TYPE);
225 mQueryHandler.startQuery(CALL_LOG_TOKEN, null, Calls.CONTENT_URI, CALL_LOG_PROJECTION,
226 where.toString(), null, Calls.DEFAULT_SORT_ORDER);
272 * 1. Find the list of missed calls
346 n.number = cursor.getString(cursor.getColumnIndexOrThrow(Calls.NUMBER));
347 n.label = cursor.getString(cursor.getColumnIndexOrThrow(Calls.TYPE));
348 n.date = cursor.getLong(cursor.getColumnIndexOrThrow(Calls.DATE));
387 // increment number of missed calls.
403 // more than 1 missed call: <number of calls> + "missed calls"
430 // reset the number of missed calls to 0.
450 * Calls either notifySpeakerphone() or cancelSpeakerphone() based on
479 * Calls either notifyMute() or cancelMute() based on
536 // if the user swapped calls...)
549 // different calls. So if there's only one call, use that, but if
643 // line), and maybe even when the user swaps calls (ie. if we only
802 // If Unconditional Call Forwarding (forward all calls) for VOICE
809 // display the target to forward calls to. This will require some