/external/mesa3d/docs/specs/ |
MESA_swap_control.spec | 9 Contact 126 1.1, 5/1/03 Added the issues section and contact information.
|
MESA_swap_frame_usage.spec | 9 Contact 200 1.1, 5/1/03 Added contact information.
|
/external/vulkan-validation-layers/ |
GOVERNANCE.md | 36 - Is a point-of-contact for project-related questions
|
CONTRIBUTING.md | 23 Finally, please feel free to contact any of the developers that are actively contributing should you
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
PhoneNumberPickerFragment.java | 112 DialerContact contact = ((PhoneNumberListAdapter) getAdapter()).getDialerContact(position); local 113 ProtoParsers.put(intent, "CALL_COMPOSER_CONTACT", contact); 422 * @param isRemoteDirectory {@code true} if the call was initiated using a contact/phone number
|
/packages/apps/Dialer/java/com/android/incallui/ |
CallerInfoUtils.java | 25 import com.android.contacts.common.model.Contact; 36 /** Utility methods for contact and caller info related functionality */ 58 // TODO: Have phoneapp send a Uri when it knows the contact that triggered this call. 247 * viewing a particular contact, so that it can download the high-res photo. 254 new OnLoadCompleteListener<Contact>() { 256 public void onLoadComplete(Loader<Contact> loader, Contact contact) {
|
ContactInfoCache.java | 72 * Class responsible for querying Contact Information for DialerCall objects. Can perform 73 * asynchronous requests to the Contact Provider for information as well as respond synchronously 176 // an unknown contact. 227 // case when an incoming call doesn't match any contact, 334 Log.i(TAG, "Found contact with CNAP name - inserting into cache"); 342 * Requests contact data for the DialerCall object passed in. Returns the data through callback. 371 "Contact lookup. In memory cache hit; lookup " 391 Log.d(TAG, "Contact lookup. In memory cache miss; searching provider."); 488 Log.d(TAG, "Contact lookup. Local contact found, starting image load") [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactListItemView.java | 16 package com.android.messaging.ui.contact; 40 * The view for a single entry in a contact list. 77 * Fills in the data associated with this view by binding to a contact cursor provided by 79 * @param cursor the contact cursor. 104 * contact avatar even if it's not a first-level entry. 105 * @param isWorkContact whether the contact is in managed profile. 124 // This is a special number-with-avatar type of contact (for unknown contact chips
|
ContactRecipientAutoCompleteView.java | 16 package com.android.messaging.ui.contact; 48 * An extension for {@link RecipientEditTextView} which shows a list of Materialized contact chips. 49 * It uses Bugle's ContactUtil to perform contact lookup, and is able to return the list of 63 * Watches changes in contact chips to determine possible state transitions. 140 * An AsyncTask that cleans up contact chips on every chips commit (i.e. get or create a new 157 // This is a generated/send-to contact chip, try to look it up and 158 // display a chip for the corresponding local contact. 175 // Not a valid contact. Remove and show an error. 265 * consumer with determining quickly whether a contact is currently selected.
|
ContactPickerFragment.java | 17 package com.android.messaging.ui.contact; 57 import com.android.messaging.ui.contact.ContactRecipientAutoCompleteView.ContactChipsChangeListener; 80 // Undefined contact picker mode. We should never be in this state after the host activity has 84 // The initial contact picker mode for starting a new conversation with one contact. 87 // The contact picker mode where one initial contact has been picked and we are showing 91 // The contact picker mode for picking more contacts after starting the initial 1-1. 94 // The contact picker mode when max number of participants is reached. 205 * have set the contact picking mode for us so that we may update our visuals [all...] |
ContactRecipientAdapter.java | 16 package com.android.messaging.ui.contact; 58 * contact lookup that relies on ContactUtil. It provides data source and filtering ability 204 // Make sure there's only one first-level contact (i.e. contact for 205 // which we show the avatar picture and name) for every contact id. 257 * contact id comparison, finally by first-level-ness comparison. 290 // These are the same contact. Make sure first-level contacts always 338 * we want to be able to look up in the ContactUtil for exact matches and get contact 339 * details such as name and photo thumbnail for the contact to display a better chip. 364 // that matches this particular contact and prioritize that contact [all...] |
/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/apps/Dialer/java/com/android/dialer/searchfragment/list/ |
NewSearchFragment.java | 120 // for actions to add contact or send sms. 201 // Directories represent contact data sources on the device, but since nearby places aren't 547 public void openCallAndShare(DialerContact contact) { 548 Intent intent = CallComposerActivity.newIntent(getContext(), contact);
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
AbstractConversationListActivity.java | 41 import com.android.messaging.ui.contact.AddContactsConfirmationDialog;
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
RawContactModifierTests.java | 166 final ContentValues contact = new ContentValues(); local 168 contact.put(RawContacts._ID, existingId); 170 contact.put(RawContacts.ACCOUNT_NAME, TEST_ACCOUNT_NAME); 171 contact.put(RawContacts.ACCOUNT_TYPE, TEST_ACCOUNT_TYPE); 173 final RawContact before = new RawContact(contact); 406 // Trim empty rows and try again, expecting delete of overall contact 438 // Trim empty rows and try again, expecting delete of overall contact 560 // Try creating a contact without any child entries 589 // Try creating a contact with single empty entry [all...] |
/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...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ContactUtil.java | 42 import com.android.messaging.ui.contact.AddContactsConfirmationDialog; 64 // contact information. 70 // An optional sort_key column for displaying contact section labels. 100 // The _ID field points to the contact id of the content 110 // contact id. Also we never show the results directly in a list view so we are not 111 // concerned about duplicated _id's (namely, the same contact has two same phone 188 * Shows a contact card or add to contacts dialog for the given contact info 190 * @param contactId The id of the contact in the android contacts DB 222 * Get a list of phones sorted by contact name. One contact may have multiple phones [all...] |
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipSessionGroup.java | 926 ContactHeader contact = (ContactHeader) response.getHeader(ContactHeader.NAME); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialog.java | 42 import gov.nist.javax.sip.header.Contact; 272 protected Contact contactHeader; 806 * Add a route list extacted from the contact list of the incoming message. 808 * @param contactList -- contact list extracted from the incoming message. 812 void setRemoteTarget(ContactHeader contact) { 813 this.remoteTarget = contact.getAddress(); 2851 Contact contact = (Contact) contactList.getFirst(); local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContent.java | 3477 MapContact contact = local 3506 MapContact contact = contacts.getContactNameFromPhone(addr, mResolver); local [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 65 * ContactsContract defines an extensible database of contact-related 66 * information. Contact information is stored in a three-tier data model: 92 * {@link Groups}, which contains information about raw contact groups 93 * such as Gmail contact groups. The 437 * It's supported only by a few specific places for referring to contact pictures in the 438 * remote directory. Contact picture URIs, e.g. 449 * contact directories. 591 * but not the entire contact. 597 * allow creation of shortcuts for contact as well as their constituent elements. 604 * to which the directory supports contact photos 3111 android.content.Entity contact = new android.content.Entity(cv); local [all...] |
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | 68 Drawable getChipBackground(RecipientEntry contact) { 107 Drawable getChipBackground(RecipientEntry contact) { [all...] |
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactActivity.java | 140 import com.android.contacts.model.Contact; 210 /** Used to pass the Contact card action. */ 214 /** Used to tell the QuickContact that the previous contact was edited, so it can return an 271 // Used to store and log the referrer package name and the contact type. 276 * The URI used to load the the Contact. Once the contact is loaded, use Contact#getLookupUri() 328 private Contact mContactData; 361 /** Id for the background contact loader */ [all...] |
/external/freetype/ |
vms_make.com | 25 $! In case of problems with the install you might contact me at [all...] |
/external/python/cpython2/Modules/zlib/ |
make_vms.com | 4 $! In case of problems with the install you might contact me at
|