Searched defs:contact (Results 1 - 25 of 25) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/contact/
H A DContactUpdateService.java17 package com.android.dialer.contact;
26 * Service for updating primary number on a contact.
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DAllContactsListViewHolder.java16 package com.android.messaging.ui.contact;
22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
25 * Holds the all contacts view for the contact picker's view pager.
H A DContactRecipientPhotoManager.java16 package com.android.messaging.ui.contact;
38 * {@link MediaResourceManager} for retrieving and caching contact avatars.
H A DFrequentContactsListViewHolder.java16 package com.android.messaging.ui.contact;
22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
25 * Holds the frequent contacts view for the contact picker's view pager.
H A DAddContactsConfirmationDialog.java16 package com.android.messaging.ui.contact;
H A DContactSectionIndexer.java16 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 " +
H A DContactDropdownLayouter.java16 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
H A DContactListAdapter.java17 package com.android.messaging.ui.contact;
H A DContactListItemView.java16 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
H A DContactRecipientAdapter.java16 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 an
[all...]
H A DContactRecipientAutoCompleteView.java16 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.
H A DContactPickerFragment.java17 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 pickin
[all...]
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
H A DContactListItemViewTest.java16 package com.android.messaging.ui.contact;
H A DContactPickerFragmentTest.java17 package com.android.messaging.ui.contact;
39 import com.android.messaging.ui.contact.ContactPickerFragment.ContactPickerFragmentHost;
182 // Click on the first contact to add it.
188 // Verify the contact is added to the chips view.
215 // Click on the first contact to add it.
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java139 ImageView imageView, Uri contact, int placeholderImageResource) {
143 if (contact == null) {
157 args.uri = contact;
138 updateImageViewWithContactPhotoAsync(Context context, ImageView imageView, Uri contact, int placeholderImageResource) argument
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactLoader.java38 public void onContactLoaded(ContactData contact); argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGlobalSearchSupportTest.java56 // Remove the new contact from all groups
63 // If the contact is not in the "my contacts" group, nothing should be found
70 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
72 new SuggestionTesterBuilder(contact).query("D").expectIcon1Uri(true).expectedText1(
77 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").photo(
79 new SuggestionTesterBuilder(contact).query("foo@ac").expectIcon1Uri(true).expectedIcon2(
85 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").company("Google")
87 new SuggestionTesterBuilder(contact).query("D").expectedText1("Deer Dough").expectedText2(
92 GoldenContact contact = new GoldenContactBuilder().name("Deer", "Dough").nickname(
94 new SuggestionTesterBuilder(contact)
127 private final GoldenContact contact; field in class:GlobalSearchSupportTest.SuggestionTester
294 private final GoldenContact contact; field in class:GlobalSearchSupportTest.SuggestionTesterBuilder
306 SuggestionTesterBuilder(GoldenContact contact) argument
[all...]
/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
H A DCallStateMonitor.java76 public void onContactLoaded(String number, @Nullable Contact contact) { argument
77 if (contact != null) {
78 mListener.onContactDetailsUpdated(contact.getName(), contact.getType(),
81 mPhoneBook.getContactPictureAsync(contact.getId(), this);
H A DDemoInstrumentClusterView.java136 mPhoneImage.setImageResource(0); // To clear previous contact photo (if any).
151 public void setPhoneSubtitle(String contact) { argument
152 Log.d(TAG, "setPhoneContact, contact: " + contact);
153 mPhoneSubtitle.setText(contact);
H A DPhoneBook.java53 * Class that provides contact information.
103 * Loads contact details for a given phone number asynchronously. It may call listener's
169 void onContactLoaded(String number, @Nullable Contact contact); argument
306 Contact contact = null;
316 contact = new Contact(resources, mNumber, id, name, label, type);
322 if (contact != null) {
324 phoneBook.mContactByNumber.put(mNumber, contact);
329 mContactLoadedListener.onContactLoaded(mNumber, contact);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java61 * to contacts. It will first present a contact picker and then run the
162 // If there isn't an account specified, then the user opted to keep the contact local.
169 // A contact was picked. Launch the cropper to get face detection, the right size, etc.
197 public void onContactLoaded(Contact contact) {
198 saveContact(contact);
223 public void onContactLoaded(Contact contact) {
224 saveContact(contact);
245 Loader<Contact> loader, Contact contact) {
252 listener.onContactLoaded(contact);
259 public void onContactLoaded(Contact contact); argument
268 saveContact(Contact contact) argument
288 saveToContact(Contact contact, RawContactDeltaList deltaList, RawContactDelta raw) argument
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactsListFragment.java50 public void onContactSelected(Uri contact); argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java63 public static BluetoothMapConvoContactElement createFromMapContact(MapContact contact, argument
68 newElement.mBtUid = new SignedLongLong(contact.getId(),0);
69 newElement.mDisplayName = contact.getName();
199 // construct the XML tag for a single contact in the convolisting element.
H A DBluetoothMapConvoListingElement.java120 public void addContact(BluetoothMapConvoContactElement contact){ argument
123 mContacts.add(contact);
126 public void removeContact(BluetoothMapConvoContactElement contact){ argument
127 mContacts.remove(contact);
272 for(BluetoothMapConvoContactElement contact:mContacts){
273 contact.encode(xmlConvoElement);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorBaseFragment.java94 * Base Fragment for contact editors.
163 * An intent extra that forces the editor to add the edited contact
195 * Intent key to pass the ID of the raw contact id that should be displayed in the full editor
202 * Intent key to pass the boolean value of if the raw contact id that should be displayed
214 * Intent extra key for the contact ID to join the current contact to after saving.
219 * Callbacks for Activities that host contact editors Fragments.
224 * Contact was not found, so somehow close this fragment. This is raised after a contact
232 * @param newLookupUri The lookup uri of the new contact that should be shown to the user.
233 * The editor tries best to chose the most natural contact her
734 setStateForPhoneMenuItems(Contact contact) argument
1147 setState(Contact contact) argument
[all...]

Completed in 385 milliseconds