Lines Matching refs:details
75 * Displays the details of a specific call log entry.
390 * Update user interface with details of given call.
401 PhoneCallDetails[] details = new PhoneCallDetails[numCalls];
404 details[index] = getPhoneCallDetailsForUri(callUris[index]);
406 return details;
409 Log.w(TAG, "invalid URI starting call details", e);
415 public void onPostExecute(PhoneCallDetails[] details) {
416 if (details == null) {
426 PhoneCallDetails firstDetails = details[0];
432 // Set the details header, based on the first phone call.
435 // Cache the details about the phone number.
442 // Let user view contact details if they exist, otherwise add option to create new
565 mCallTypeHelper, details, hasVoicemail(), canPlaceCallsTo,
600 /** Return the phone call details for a given call log URI. */