/packages/apps/Contacts/res/layout/ |
organization_editor_view_switcher.xml | 18 Layout of "organization" field in contact editor which either shows the "add
|
/packages/apps/Contacts/res/layout-sw580dp/ |
contact_detail_fragment.xml | 41 <!-- "QuickFix"- button (Copy to local contact, add to group) -->
|
/packages/apps/Contacts/res/layout-sw580dp-w1000dp/ |
contact_detail_empty.xml | 17 <!-- Placeholder for empty details for a contact -->
|
/packages/apps/Contacts/res/values-ja/ |
donottranslate_config.xml | 36 <!-- If true, phonetic name is included in the contact editor by default -->
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactDetailActivity.java | 79 // This activity must not be shown. We have to select the contact in the 144 // Make sure there is a contact 152 // If there is contact data, update the starred state 225 * Setup the activity title and subtitle with contact name and company.
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupEditorFragment.java | 110 * Contact was saved and the Fragment can now be closed safely. 445 // Update the autocomplete adapter so the contact doesn't get suggested again 598 // Create array of raw contact IDs for contacts to add to the group 608 // Create array of raw contact IDs for contacts to add to the group 611 // Create array of raw contact IDs for contacts to add to the group 729 // Update the autocomplete adapter so the contact doesn't get suggested again 734 // If the contact was just added during this session, remove it from the list of 739 // Otherwise this contact was already part of the existing list of contacts, 743 // In either case, update the UI so the contact is no longer in the list of 748 // Update the autocomplete adapter so the contact can get suggested agai [all...] |
/packages/apps/Contacts/src/com/android/contacts/socialwidget/ |
SocialWidgetConfigureActivity.java | 40 // We came back from the Picker. If the user actually selected a contact,
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
ContactDetailTest.java | 47 // // Use lookup-style Uris that also contain the Contact-ID
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
PeopleActivityTest.java | 159 assertEquals("Contact 1", nameText.getText()); 210 values.put(Contacts.DISPLAY_NAME, "Contact " + i); 211 values.put(Contacts.SORT_KEY_PRIMARY, "contact " + i); 234 row1.put(Contacts.Entity.DISPLAY_NAME, "Contact " + contactId);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
SuggestionClickListener.java | 34 * Called when a quick contact badge in a suggestion is clicked.
|
/packages/apps/Tag/res/values-en-rGB/ |
strings.xml | 30 <string name="vcard_title" msgid="7122634780732426007">"Contact info for ^1"</string>
|
/packages/apps/Tag/res/values-ro/ |
strings.xml | 30 <string name="vcard_title" msgid="7122634780732426007">"Informa?ii de contact pentru ^1"</string>
|
/packages/apps/Tag/res/values-tl/ |
strings.xml | 30 <string name="vcard_title" msgid="7122634780732426007">"Impormasyon ng contact para sa ^1"</string>
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsListLoader.java | 25 * Helper for loading contact lists.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PackageIntentReceiver.java | 29 * the contact directory list.
|
ContactLookupKey.java | 24 * Contacts lookup key. Used for generation and parsing of contact lookup keys as well 34 // The Profile contact will always have a lookup key of "profile". 113 // caller should already be in a context in which the only contact in the database is the
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VCardTest.java | 36 * Confirms the app fetches a stored contact from resolver and output the name as part of
|
/prebuilt/common/ecj/ |
about.html | 23 provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
|
/development/samples/SampleSyncAdapter/ |
AndroidManifest.xml | 106 We use the INVITE intent to add a raw contact to an existing contact. 113 android:mimeType="vnd.android.cursor.item/contact" />
|
/frameworks/base/core/java/android/provider/ |
Contacts.java | 320 * Is the contact starred? 502 * @param groupName the name of the group to add the contact to 554 * @param values the values to use when creating the contact 555 * @return the URI of the contact, or null if the operation fails 564 Log.e(TAG, "Failed to create the contact"); [all...] |
/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcExecutionEnvironment.java | 121 * Open the NFC Execution Environment on its contact interface. 127 * on its contact interface, so make sure to call {@link #close} once complete. 145 * Close the NFC Execution Environment on its contact interface.
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientAlternatesAdapter.java | 51 * Get a HashMap of address to RecipientEntry that contains all contact 52 * information for a contact with the provided address, if one exists. This 98 + " CONTACT ID : " + c.getLong(EmailQuery.CONTACT_ID)
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactPickerFragment.java | 31 * Fragment for the contact list used for browsing contacts (as compared to 32 * picking a contact with one of the PICK or SHORTCUT intents). 174 // If "Create new contact" is shown, don't display the empty list UI
|
ContactListItemView.java | 52 * A custom view for an item in the contact list. 53 * The view contains the contact's photo, a set of text views (for name, status, etc...) and 58 * The layout puts the contact's photo on the right side of the view, the call icon (if present) 63 * contact's data and a divider between contact view. 102 // Horizontal divider between contact views. 108 * Where to put contact photo. This affects the other Views' layout or look-and-feel. 128 // The views inside the contact view 431 // Put the header in the top of the contact view (Text + underline view) 759 * Returns the quick contact badge, creating it if necessary [all...] |
/frameworks/base/native/include/android/ |
input.h | 611 * The tool type indicates the type of tool used to make contact such as a 652 * at the point of contact for the given pointer index. */ 656 * at the point of contact for the given pointer index. */ 662 * touching the device independent of its actual touch area at the point of contact. */ 668 * touching the device independent of its actual touch area at the point of contact. */ 673 * An angle of 0 degrees indicates that the major axis of contact is oriented 675 * indicates that the major axis of contact is oriented to the right. A negative angle 676 * indicates that the major axis of contact is oriented to the left. 749 * at the point of contact for the given pointer index that 755 * at the point of contact for the given pointer index tha [all...] |