/packages/apps/Email/tests/src/com/android/email/activity/ |
ContactStatusLoaderTest.java | 62 // Contact doesn't exist 82 // Contact doesn't exist -- provider returns null for the first query 95 // Contact exists, but no photo 124 // Contact exists, but no photo (provider returns null for the second query) 142 // Contact exists, with a photo
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
menu_design.jd | 199 In the above example, if the user performs touch & hold on the contact 202 on this contact. 207 command for that selection — in this case, "View contact". 209 first item in the Context menu. In this example, selecting the contact 210 "Obi Wan Kenobi" runs the same command "View contact" that is listed 217 on this contact. The Context menu displays the commands in a list, 218 while the "View contact" activity splits them into various items in the 312 The Context menu would typically contain commands "View contact", "Call contact", 313 and "Edit contact". [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
ShortcutRepositoryTest.java | 549 final SuggestionData contact = new SuggestionData(CONTACTS_SOURCE) local 553 reportClick("joe", contact); 554 reportClick("joe", contact); 555 assertShortcuts("app and contact should be there.", "", contact, app); 559 assertShortcuts("contact with same shortcut id should still be there.", 560 "joe", contact); 561 assertShortcuts("contact with same shortcut id should still be there.", 562 "", contact); 566 final SuggestionData contact = new SuggestionData(CONTACTS_SOURCE local 695 SuggestionData contact = makeContact("andy" + i); local [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_DataTest.java | 69 // work without at least one data row in the raw contact. 78 assertEquals("Lookup URI matched the wrong contact", 102 assertEquals("Lookup URI matched the wrong contact",
|
ContactsContract_RawContactsTest.java | 67 // work without at least one data row in the raw contact. 76 assertEquals("Lookup URI matched the wrong contact", 100 assertEquals("Lookup URI matched the wrong contact",
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
PickContact.java | 41 * Demonstrates launching the contacts app to pick a contact. Does not 43 * when the selected contact is returned. 74 new ResultDisplayer("Selected contact",
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessorSdk5.java | 34 * <li>It works with aggregated contacts. So for example, if the contact is the result 47 * Returns a Pick Contact intent using the Eclair "contacts" URI. 55 * Retrieves the contact information.
|
ContactAccessorSdk3_4.java | 44 * Returns a Pick Contact intent using the pre-Eclair "people" URI. 52 * Retrieves the contact information.
|
/packages/apps/Contacts/src/com/android/contacts/ |
NfcHandler.java | 39 * contact to another device using NFC. NFC sharing is only 65 // Get the current contact URI 100 Log.w(TAG, "No contact URI to share.");
|
ContactLoader.java | 71 * Loads a single Contact and all it constituent RawContacts. 87 public void onContactLoaded(Result contact); 91 * The result of a load operation. Contains all data necessary to display the contact. 95 /** Contact is successfully loaded */ 97 /** There was an error loading the contact */ 99 /** Contact is not found */ 141 * Constructor for special results, namely "no contact found" and "error". 182 * Constructor to call when contact was found 274 * Returns the URI for the contact that contains both the lookup key and the ID. This is 275 * the best URI to reference a contact [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLookupKeyTest.java | 57 // Find the contact using lookup key by itself 61 // Find the contact using both the lookup key and the correct contact ID 65 // Find the contact using both the lookup key and an incorrect contact ID 192 // Raw contact ID + display name
|
/docs/source.android.com/src/compatibility/ |
contact-us.md | 17 # Contact Us # 33 you to disclose information you'd prefer not to be public, you can contact an
|
/external/chromium/chrome/browser/chromeos/login/ |
user_image_downloader.h | 53 // Searches for image url in a list of contacts matching contact address 62 // Searches for image url in list of links for the found contact.
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogListItemViews.java | 32 /** The quick contact badge for the contact. */
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailViewPagerAdapter.java | 25 * Adapter for the {@link ViewPager} for the contact detail page for a contact with social updates.
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
StreamItemPopulatorActivity.java | 48 * The contact selected must have at least one raw contact that was provided by Google. 116 // The contact ID that was picked. 132 // Reset the contact ID. 170 // Lookup the com.google raw contact for the contact. 191 "Failed to find raw contact ID for contact ID " + mContactId, 5).show();
|
/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportListItem.java | 21 import com.android.mms.data.Contact; 59 mRecipientView.setText(Contact.get(recipient, false).getName());
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactAggregator.java | 66 * ContactAggregator deals with aggregating contact information coming from different sources. 85 * on the contact to point to the latest social status update. 226 * display names to use for an aggregate contact. 411 Log.v(TAG, "Contact aggregation: " + count); 461 String performance = count == 0 ? "" : ", " + (elapsedTime / count) + " ms per contact"; 462 Log.i(TAG, "Contact aggregation complete: " + count + performance); 532 * Marks all constituent raw contacts of an aggregated contact for re-aggregation. 554 * Creates a new contact based on the given raw contact. Does not perform aggregation. Returns 555 * the ID of the contact that was created [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityDeltaListTests.java | 123 // Build an existing contact read from database 124 final ContentValues contact = new ContentValues(); local 125 contact.put(RawContacts.VERSION, version); 126 contact.put(RawContacts._ID, rawContactId); 127 final Entity before = new Entity(contact); 135 // Build an existing contact read from database 136 final ContentValues contact = new ContentValues(); local 137 contact.put(RawContacts.ACCOUNT_TYPE, TEST_ACCOUNT); 138 final EntityDelta after = new EntityDelta(ValuesDelta.fromAfter(contact)); 477 // Add new contact locally, should remain inser [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
SampleSyncAdapterColumns.java | 21 * The standard columns representing contact's info from social apps.
|
/external/chromium/chrome/browser/webdata/ |
web_database_table.h | 29 // contact with the sync team if you believe you're making a change that they
|
/external/chromium/third_party/libevent/ |
README | 57 If I have forgotten your name, please contact me.
|
/external/iptables/include/linux/netfilter/ |
xt_IDLETIMER.h | 12 * Contact: Luciano Coelho <luciano.coelho@nokia.com>
|
/external/markdown/bin/ |
markdown | 22 Contact: markdown@freewisdom.org
|
/external/mesa3d/docs/ |
MESA_release_buffers.spec | 9 Contact
|