/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
MceStateMachine.java | 224 for (Uri contact : contacts) { 229 Log.d(TAG, "Scheme " + contact.getScheme()); 231 if (PhoneAccount.SCHEME_TEL.equals(contact.getScheme())) { 233 destEntryPhone.addValues(contact.getSchemeSpecificPart()); 239 Log.w(TAG, "Scheme " + contact.getScheme() + " not supported.");
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 73 import com.android.contacts.model.Contact; 108 * Contact editor with only the most important fields displayed initially. 171 * An intent extra that forces the editor to add the edited contact 203 * Intent key to pass the ID of the raw contact id that should be displayed in the full editor 215 * Intent extra key for the contact ID to join the current contact to after saving. 220 * Callbacks for Activities that host contact editors Fragments. 225 * Contact was not found, so somehow close this fragment. This is raised after a contact 231 * Contact was split, so we can close now [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 300 Contact contact = new Contact(); local 301 contact.setAddress(address); 303 return contact; 320 Contact contact = new Contact(); local 321 contact.setWildCardFlag(true); 322 contact.setExpires(0) [all...] |
/frameworks/opt/chips/src/com/android/ex/chips/ |
RecipientEditTextView.java | 809 * Creates a bitmap of the given contact on a selected chip. 811 * @param contact The recipient entry to pull data from. 814 private ChipBitmapContainer createChipBitmap(RecipientEntry contact, TextPaint paint) { 815 paint.setColor(getDefaultChipTextColor(contact)); 816 ChipBitmapContainer bitmapContainer = createChipBitmap(contact, paint, 817 getChipBackground(contact), getDefaultChipBackgroundColor(contact)); 820 loadAvatarIcon(contact, bitmapContainer); 825 private ChipBitmapContainer createChipBitmap(RecipientEntry contact, TextPaint paint, 831 if (contact.getIndicatorIconId() != 0) [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
RawContactDeltaListTests.java | 118 // Build an existing contact read from database 119 final ContentValues contact = new ContentValues(); local 120 contact.put(RawContacts.VERSION, version); 121 contact.put(RawContacts._ID, rawContactId); 122 final RawContact before = new RawContact(contact); 130 // Build an existing contact read from database 131 final ContentValues contact = new ContentValues(); local 132 contact.put(RawContacts.ACCOUNT_TYPE, TEST_ACCOUNT); 133 final RawContactDelta after = new RawContactDelta(ValuesDelta.fromAfter(contact)); 484 // Add new contact locally, should remain inser [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
CallLogListItemViewHolder.java | 121 /** The quick contact badge for the contact. */ 226 /** The contact info for the contact displayed in this list item. */ 1092 DialerContact.Builder contact = DialerContact.newBuilder(); local [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/ |
Runtime.pm | 96 Please report problems to <Maintainer name(s)> (<contact address>)
|
/external/webrtc/webrtc/libjingle/xmpp/ |
rostermodule.h | 37 //! These are the valid subscription states in a roster contact. This 95 //! Is the contact available? 140 //! A contact as given by the server 145 //! Create a new roster contact 149 //! The jid for the contact. 153 //! Sets the jid for the roster contact update 156 //! The name (nickname) stored for this contact 162 //! The Presence subscription state stored on the server for this contact 167 //! The number of Groups applied to this contact 170 //! Gets a Group applied to the contact based on index [all...] |
rostermoduleimpl.h | 35 //! Is the contact available? 92 //! A contact as given by the server 97 //! The jid for the contact. 101 //! Sets the jid for the roster contact update 104 //! The name (nickname) stored for this contact 110 //! The Presence subscription state stored on the server for this contact 115 //! The number of Groups applied to this contact 118 //! Gets a Group applied to the contact based on index. 121 //! Adds a group to this contact. 125 //! Removes a group from the contact [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
PhoneFavoriteTileView.java | 43 * tap it, you want to call the frequently-called number for the contact, even if that is not the 44 * default number for that contact. This abstract class is the super class to both the row and tile 55 // make room for the contact name and number label at the bottom of the image. 61 /** View that contains the transparent shadow that is overlaid on top of the contact image. */ 155 // When you tap a frequently-called contact, you want to 198 * viewing a particular contact, so that it can download the high-res photo. 207 loader.registerListener(0, (loader1, contact) -> loader.reset());
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactDropdownLayouter.java | 16 package com.android.messaging.ui.contact; 86 // RTL : To format contact name and detail if they happen to be phone numbers. 114 // These show contact cards by default, but that isn't what we want here
|
ContactSectionIndexer.java | 16 package com.android.messaging.ui.contact; 31 * Indexes contact alphabetical sections so we can report to the fast scrolling list view 32 * where we are in the list when the user scrolls through the contact list, allowing us to show 130 // Loop through the contact cursor and get the starting position for each first character. 140 // The sort key is typically the contact's display name, so for example, a contact 161 // First check if we get indexer label extras from the contact provider; if not, fall back 164 LogUtil.w(LogUtil.BUGLE_TAG, "contact provider didn't provide contact label " +
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
ConversationActivityUiState.java | 21 import com.android.messaging.ui.contact.ContactPickerFragment; 36 /*------ Overall UI states (conversation & contact picker) ------*/ 40 /** Only a full screen contact picker is showing asking user to pick the initial contact. */ 43 * Only a full screen contact picker is showing asking user to pick more participants. This 44 * happens after the user picked the initial contact, and then decide to go back and add more. 48 * Only a full screen contact picker is showing asking user to pick more participants. However 53 * A hybrid mode where the conversation view + contact chips view are showing. This happens 54 * right after the user picked the initial contact for which a 1-1 conversation is fetched or 84 // Conversation-only (when there's a conversation id) or picking initial contact [all...] |
ConversationActivity.java | 34 import com.android.messaging.ui.contact.ContactPickerFragment; 35 import com.android.messaging.ui.contact.ContactPickerFragment.ContactPickerFragmentHost; 323 // contact picking mode. The draft is intended for the new group. 328 // Set up the contact picker fragment.
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/ |
ContactListItemViewTest.java | 16 package com.android.messaging.ui.contact;
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactsListFragment.java | 50 public void onContactSelected(Uri contact);
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
ContactsContract_PhoneLookup.java | 86 TestContact contact = rawContact.getContact().load(); local 102 // Contact with SIP address 118 new Id(contact.getId(), dataId),
|
ContactsContract_FrequentsStrequentsTest.java | 174 // Star/favorite the first and third contact. 191 // Contact the first contact once. 194 // Contact the second contact thrice. 197 // Contact the third contact twice. 200 // The strequents uri should now return contact 2, 3, 1 in order due to ranking by 214 // Contact the first contact once 443 TestContact contact = rawContact.getContact().load(); local [all...] |
ContactsContract_SearchSnippetsTest.java | 299 * @param contactsId Array of contact IDs that serves as an additional filter on the result 341 TestContact contact = rawContact.getContact().load(); local 380 contact.getId(), contact2.getId(), contact3.getId()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageChannel.java | 365 ContactHeader contact = (ContactHeader) sipResponse.getContactHeaders().getFirst(); local 366 peerport = ((AddressImpl) contact.getAddress()).getPort();
|
/external/walt/ |
README.md | 14 until the kernel timestamps an ACTION_DOWN (or ACTION_UP) event. This physical contact with
|
/external/walt/docs/ |
TapLatency.md | 11 On the way up, the spring keeps the button in contact with the touch screen for the first few mm of
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupMembersFragment.java | 304 * Helper class for cp2 query used to look up all contact's emails and phone numbers. 404 final ContactDataHelperClass contact; local 406 contact = new ContactDataHelperClass(); 407 contactMap.put(contactId, contact); 409 contact = contactMap.get(contactId); 411 contact.addItem(itemId, timesUsed, isPrimary); 419 // Start picker if a contact does not have a default [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContentObserver.java | 1375 BluetoothMapConvoContactElement contact = local 1966 BluetoothMapConvoContactElement contact = local [all...] |
/external/doclava/res/assets/templates-sdk/ |
footer.cs | 10 <div class="dac-footer-contact"> 11 <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a> 12 <a class="dac-footer-contact-link" href="/support.html">Support</a>
|