/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 9 Contact 200 1.1, 5/1/03 Added contact information.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
NameMap.java | 133 putNameMap(CONTACT, Contact.class.getName()); //28
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
CallerInfoTest.java | 60 * contact based constructors because emergency number are not in 61 * the contact DB.
|
/packages/apps/Contacts/res/layout-sw580dp/ |
people_activity.xml | 71 <!-- This layout includes all possible views needed for a contact detail page --> 81 <!-- This invisible worker fragment loads the contact's details -->
|
/packages/apps/Contacts/res/layout-sw580dp-w1000dp/ |
people_activity.xml | 78 <!-- This layout includes all possible views needed for a contact detail page --> 85 <!-- This invisible worker fragment loads the contact's details -->
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactEditorActivity.java | 63 // user joined the contact with another and closed the activity before 80 // to the contact
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsRequest.java | 56 /** Show all contacts and pick them for edit when clicking, and allow creating a new contact */ 68 /** Show all contacts and create a shortcut for the picked contact */
|
DefaultContactBrowseListFragment.java | 39 * Fragment containing a contact list used for browsing (as compared to 40 * picking a contact with one of the PICK intents). 262 * This method creates a pseudo user profile contact. When the returned query doesn't have
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
AccountSelectionUtil.java | 41 * Utility class for selectiong an Account for importing contact(s) 167 importIntent.setType("vnd.android.cursor.item/sim-contact");
|
/packages/apps/Phone/src/com/android/phone/ |
GsmUmtsCallForwardOptions.java | 137 if (DBG) Log.d(LOG_TAG, "onActivityResult: contact picker result not OK."); 143 if (DBG) Log.d(LOG_TAG, "onActivityResult: bad contact data, no results found.");
|
EditPhoneNumberPreference.java | 123 //create intent to bring up contact list 196 //get the contact pick button within the number field 215 //set contact picker 280 //set the link back to the parent activity, so that we may run the contact picker. 287 //set the link back to the parent activity, so that we may run the contact picker.
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactLoader.java | 29 * Loads a single Contact and all it constituent RawContacts. 38 public void onContactLoaded(ContactData contact);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoPriorityResolver.java | 39 * Maintains a cache of photo priority per account type. During contact aggregation 40 * photo with a higher priority is chosen for the the entire contact, barring an
|
GlobalSearchSupport.java | 222 * Returns a search suggestions cursor for the contact bearing the provided lookup key. If the 223 * lookup key cannot be found in the database, the contact name is decoded from the lookup key 224 * and used to re-identify the contact. If the contact still cannot be found, an empty cursor 228 * silently. This would occur with old-style shortcuts that were created using the contact id
|
ContactsProvider2.java | 199 /** Limit for the maximum number of social stream items to store under a raw contact. */ 217 * Property key for the legacy contact import version. The need for a version 218 * as opposed to a boolean flag is that if we discover bugs in the contact import process, 522 * of times contacted (both for data row and for contact row). If all else fails, alphabetical. 523 * (Super)primary email address is returned before other addresses for the same contact. 542 /** Name lookup types used for contact filtering */ [all...] |
/packages/apps/Phone/res/layout/ |
call_card.xml | 79 <!-- Contact photo for call_info_1 --> 91 including the contact name, phone number, call time counter, 93 overlaid across the top of contact photo. --> 182 When the contact photo is a lo-res thumbnail, id/photo 231 <!-- Contact photo for call_info #2 -->
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 165 basically of four activities: dialer, contacts list, view contact, and 166 new contact, as shown in the following screenshots: 187 View Contact 193 New Contact 416 chooses Home > Contacts then chooses a contact, they are viewing 417 the details of a contact. If they start again by choosing Home > 419 than the contact they were last viewing. Contacts is designed this way 449 activity has a field for a picture of a contact, but the Gallery is 454 chooses Contacts, selects the contact for viewing, chooses MENU > 455 Edit contact and touches the picture field, which launches the Galler [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
CommandRecognizerEngine.java | 53 * "call" a particular contact 65 * <li>A contact list may be read from a file. 120 // fetch the contact list 194 for (VoiceContact contact : contacts) { 196 String name = scrubName(contact.mName); 200 sb.append(contact.mContactId).append(' '); 201 sb.append(contact.mPrimaryId).append(' '); 202 sb.append(contact.mHomeId).append(' '); 203 sb.append(contact.mMobileId).append(' '); 204 sb.append(contact.mWorkId).append(' ') [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
CallDetailActivity.java | 112 /** Helper to load contact photos. */ 375 // We know that all calls are from the same number and the same contact, so pick the 391 // Let user view contact details if they exist, otherwise add option to create new 392 // contact from this number. 433 // If we cannot call the number, when we probably cannot add it as a contact either. 558 // Read contact specifics. 594 /** Load the contact photos and places them in the corresponding views. */ [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDelta.java | 71 * It can be set to query the profile's raw contact(s). 401 // TODO: for now simply disabling aggregation when a new contact is 403 // after saving the contact. 407 // Build possible operation at Contact level 417 // Use the profile data URI if the contact is the profile. 434 // Child must be insert when Contact insert 887 // Changed values are "insert" back-referenced to Contact [all...] |
EntityDeltaList.java | 85 // Perform background query to pull contact details 150 // If the user chose to join with some other existing raw contact(s) at save time, 173 // Has existing contact, so bind to it strongly
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
CallLogActivityTests.java | 54 * Tests for the contact call list activity. 69 /** A test value for the URI of a contact. */ 451 * It includes the values for the cached contact associated with the number. 458 * @param cachedName the name of the contact with this number 459 * @param cachedNumberType the type of the number, from the contact with this number 460 * @param cachedNumberLabel the label of the number, from the contact with this number 581 // TODO: Should insert numbers with contact entries too.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 127 'contact/email'); 183 <span>Welcome <?php echo @$_SESSION['attributes']['namePerson/first'] ?> <?php echo @$_SESSION['attributes']['namePerson/last'] ?> ( <?php echo $_SESSION['attributes']['contact/email'] ?> )</span> 266 'openid.ext1.type.email': 'http://axschema.org/contact/email',
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.c | 92 contact(errmsg) function 165 contact (status); 326 contact(false);
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
DefaultVoicemailNotifier.java | 119 // If we cannot lookup the contact, use the number instead. 148 // TODO: Use the photo of contact if all calls are from the same person. 285 * Default implementation of {@link NameLookupQuery} that looks up the name of a contact in the
|