Lines Matching refs:details
83 * Displays the details of a specific call log entry.
430 * Update user interface with details of given call.
441 PhoneCallDetails[] details = new PhoneCallDetails[numCalls];
444 details[index] = getPhoneCallDetailsForUri(callUris[index]);
446 return details;
449 Log.w(TAG, "invalid URI starting call details", e);
455 public void onPostExecute(PhoneCallDetails[] details) {
456 if (details == null) {
466 PhoneCallDetails firstDetails = details[0];
472 // Set the details header, based on the first phone call.
475 // Cache the details about the phone number.
482 // Let user view contact details if they exist, otherwise add option to create new
600 mCallTypeHelper, details, hasVoicemail(), canPlaceCallsTo,
677 /** Return the phone call details for a given call log URI. */