Lines Matching refs:details
68 * Displays the details of a specific call log entry.
346 * Update user interface with details of given call.
357 PhoneCallDetails[] details = new PhoneCallDetails[numCalls];
360 details[index] = getPhoneCallDetailsForUri(callUris[index]);
362 return details;
365 Log.w(TAG, "invalid URI starting call details", e);
371 public void onPostExecute(PhoneCallDetails[] details) {
372 if (details == null) {
382 details[0];
387 // Set the details header, based on the first phone call.
390 // Cache the details about the phone number.
396 // Let user view contact details if they exist, otherwise add option to create new
508 mCallTypeHelper, details, hasVoicemail(), canPlaceCallsTo,
543 /** Return the phone call details for a given call log URI. */