Home | History | Annotate | Download | only in contacts

Lines Matching refs:details

73  * Displays the details of a specific call log entry.
382 * Update user interface with details of given call.
393 PhoneCallDetails[] details = new PhoneCallDetails[numCalls];
396 details[index] = getPhoneCallDetailsForUri(callUris[index]);
398 return details;
401 Log.w(TAG, "invalid URI starting call details", e);
407 public void onPostExecute(PhoneCallDetails[] details) {
408 if (details == null) {
418 PhoneCallDetails firstDetails = details[0];
423 // Set the details header, based on the first phone call.
426 // Cache the details about the phone number.
431 // Let user view contact details if they exist, otherwise add option to create new
552 mCallTypeHelper, details, hasVoicemail(), canPlaceCallsTo,
587 /** Return the phone call details for a given call log URI. */