HomeSort by relevance Sort by last modified time
    Searched full:contact (Results 451 - 475 of 1494) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 262 // If there is organization info for the contact already, display it
328 * {@link #setAutoAddToDefaultGroup}, checks if the raw contact is in any
360 * Returns the default group (e.g. "My Contacts") for the current raw contact's
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 101 * Scans all packages owned by the specified calling UID looking for contact
182 Log.i(TAG, "Discovered " + count + " contact directories in " + (end - start) + "ms");
340 * Sends a {@link Directory#CONTENT_URI} request to a specific contact directory
ContactsDatabaseHelper.java 593 * Private table for calculating per-contact-method ranking.
655 /** Precompiled sql statement for updating a contact display name */
    [all...]
  /bionic/libc/
Jamfile 153 Echo "Please contact digit@google.com for help" ;
160 Echo "Please contact digit@google.com for help" ;
  /external/nist-sip/java/gov/nist/javax/sip/
DialogFilter.java 33 import gov.nist.javax.sip.header.Contact;
297 * Check if we got this request on the contact address of the dialog If not the dialog
298 * does not belong to this request. We check this condition if a contact address has been
302 Contact contact = dialog.getMyContactHeader(); local
303 if (contact != null) {
304 SipUri contactUri = (SipUri) (contact.getAddress().getURI());
316 // Check if the dialog contact is the same as the provider on
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 186 TokenTypes.CONTACT);
214 addKeyword(TokenNames.M.toUpperCase(), TokenTypes.CONTACT);
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 31 represent shortcuts into your application (for example, a contact shortcut icon that opens detail
32 information for a contact).</p>
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 33 (audio, video, images, personal contact information, and so on). You can
256 // Use the ContentUris method to produce the base URI for the contact with _ID == 23.
296 Let's look at an example query to retrieve a list of contact names and their
327 each contact. It also reports the number of records that are returned as
510 // 1 = the new contact is added to favorites
511 // 0 = the new contact is not added to favorites
523 be to add contact information &mdash; like a phone number or an IM or e-mail
558 // contact methods, such as email, IM, etc.
    [all...]
  /frameworks/base/docs/html/resources/articles/
gestures.jd 186 Toast.makeText(this, "Adding a contact", Toast.LENGTH_SHORT).show();
188 Toast.makeText(this, "Removing a contact", Toast.LENGTH_SHORT).show();
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 203 // From ICS (SDK_INT 14) we can use per-contact-method structure. We'll check if the device
227 Log.d(TAG, "Given list for contact IDs is null. Ignoring.");
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java 312 // If the caller-id matches a contact with a better qualified number, use it
356 // Mark all entries in the contact info cache as out of date, so they will be looked up
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListAdapter.java 195 * Returns true if the specified contact is selected in the list. For a
196 * contact to be shown as selected, we need both the directory and and the
PhoneNumberListAdapter.java 230 // Look at elements before and after this position, checking if contact IDs are same.
231 // If they have one same contact ID, it means they can be grouped.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 70 // Perform background query to pull contact details
143 // Has existing contact, so bind to it strongly
  /packages/inputmethods/LatinIME/java/res/values-tl/
strings.xml 41 <string name="use_contacts_dict" msgid="4435317977804180815">"Mungkahi pangalan Contact"</string>
42 <string name="use_contacts_dict_summary" msgid="6599983334507879959">"Gamitin pangalan mula Mga Contact sa mga mungkahi\'t pagwawasto"</string>
  /development/pdk/docs/community/
groups-charter.jd 70 <p>But if you see an outrageous violation, want to report spam, feel very strongly about something, or even if you just want to chat, then contact the mailing list's owners. It's what we're here for!
  /development/pdk/docs/
faqs.jd 158 <p>We encourage those interested in contributing source code to contact us via
219 Device manufacturers should contact Google to obtain access to Android
224 For questions about specific cases, contact
230 are licensed separately. Contact android-partnerships@google.com for
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 43 * UI for the user to select the specific nature of the shortcut, such as a contact, picture, URL,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 115 // 2-way contact sync providers - it's more likely that one-way
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailImpl.java 35 // TODO: 5. We should probably consider changing "number" everywhere to "contact", given that
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 97 Log.e("WordWidget", "Couldn't contact API", e);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 87 Log.e("WordWidget", "Couldn't contact API", e);
  /docs/source.android.com/src/community/
groups-charter.md 59 But if you see an outrageous violation, want to report spam, feel very strongly about something, or even if you just want to chat, then contact the mailing list's owners. It's what we're here for!
  /docs/source.android.com/src/
faqs.md 206 We encourage those interested in contributing source code to contact us via
276 Device manufacturers should contact Google to obtain access to Android
282 For questions about specific cases, contact android-partnerships@google.com.
288 are licensed separately. Contact android-partnerships@google.com for
  /external/bzip2/
bzlib.h 230 If this code breaks, please contact both Yoshioka and me.

Completed in 1472 milliseconds

<<11121314151617181920>>