HomeSort by relevance Sort by last modified time
    Searched full:quickcontact (Results 1 - 25 of 67) sorted by null

1 2 3

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactBroadcastReceiver.java 17 package com.android.contacts.quickcontact;
23 import android.provider.ContactsContract.QuickContact;
28 * Broadcast receiver for invoking QuickContact using the widget. The purpose of this pass-through
36 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT);
CheckableImageView.java 17 package com.android.contacts.quickcontact;
26 * This is used as the background view of quickcontact chiclet, which is in checked state
ActionMultiMap.java 17 package com.android.contacts.quickcontact;
DirectoryContactUtil.java 17 package com.android.contacts.quickcontact;
Action.java 17 package com.android.contacts.quickcontact;
InvisibleContactUtil.java 1 package com.android.contacts.quickcontact;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_QuickContactsTest.java 29 import android.provider.ContactsContract.QuickContact;
65 QuickContact.EXTRA_PRIORITIZED_MIMETYPE));
67 = intent.getStringArrayExtra(QuickContact.EXTRA_EXCLUDE_MIMES);
74 ContactsContract.QuickContact.showQuickContact(context, new View(context),
76 ContactsContract.QuickContact.showQuickContact(context, (Rect) null,
  /packages/apps/Contacts/res/layout/
quickcontact_content.xml 33 <com.android.contacts.quickcontact.ExpandingEntryCardView
39 <com.android.contacts.quickcontact.ExpandingEntryCardView
45 <com.android.contacts.quickcontact.ExpandingEntryCardView
51 <com.android.contacts.quickcontact.ExpandingEntryCardView
57 <com.android.contacts.quickcontact.ExpandingEntryCardView
  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 25 /** The package name that QuickContact is launched from. **/
28 /** The type of the contact displayed in QuickContact. **/
31 /** The type of the card displayed in QuickContact. **/
34 /** The type of the user action in QuickContact. **/
Logger.java 83 * Logs an event on QuickContact. See {@link QuickContactEvent} for definition of parameters.
  /packages/apps/Contacts/res/values-sw720dp/
integers.xml 18 QuickContact-->
21 QuickContact -->
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoriteSquareTileView.java 21 import android.provider.ContactsContract.QuickContact;
68 QuickContact.showQuickContact(
75 QuickContact.showQuickContact(
79 QuickContact.MODE_LARGE,
AllContactsFragment.java 30 import android.provider.ContactsContract.QuickContact;
159 QuickContact.showQuickContact(getContext(), view, uri, null, Phone.CONTENT_ITEM_TYPE);
161 QuickContact.showQuickContact(getActivity(), view, uri, QuickContact.MODE_LARGE, null);
  /packages/apps/Contacts/src/com/android/contacts/util/
ImplicitIntentsUtil.java 29 import android.provider.ContactsContract.QuickContact;
35 import com.android.contacts.quickcontact.QuickContactActivity;
101 * Starts QuickContact in app with the default mode and specified previous screen type.
109 * Starts QuickContact for result with the default mode and specified previous screen type.
146 intent.setAction(QuickContact.ACTION_QUICK_CONTACT);
148 intent.putExtra(QuickContact.EXTRA_MODE, mode);
180 QuickContact.MODE_LARGE, ScreenType.UNKNOWN);
195 intent.putExtra(QuickContact.EXTRA_EXCLUDE_MIMES, (String[])null);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/quickcontact/
QuickContactTestsActivity.java 17 package com.android.contacts.tests.quickcontact;
26 import android.provider.ContactsContract.QuickContact;
72 final Intent intent = new Intent(QuickContact.ACTION_QUICK_CONTACT);
  /packages/apps/Contacts/res/values-land/
integers.xml 17 <!-- Number of lines the QuickContact title can have -->
  /packages/apps/Dialer/java/com/android/dialer/logging/
LoggingBindingsStub.java 54 QuickContactBadge quickContact,
LoggingBindings.java 80 QuickContactBadge quickContact,
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 33 import android.provider.ContactsContract.QuickContact;
42 * Widget used to show an image with the standard QuickContact badge
131 /** This call has no effect anymore, as there is only one QuickContact mode */
190 * with. Note that this is only used for displaying the QuickContact window and
305 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri,
390 // Found contact, so trigger QuickContact
391 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri,
  /packages/apps/Contacts/src/com/android/contacts/widget/
QuickContactImageView.java 13 * An {@link ImageView} designed to display QuickContact's contact photo. When requested to draw
  /cts/tests/tests/widget/src/android/widget/cts/
QuickContactBadgeTest.java 70 ContactsContract.QuickContact.EXTRA_PRIORITIZED_MIMETYPE));
  /packages/apps/Contacts/res/values/
integers.xml 19 <!-- Number of lines the QuickContact title can have -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
MultiUserSwitch.java 139 Intent intent = ContactsContract.QuickContact.composeQuickContactsIntent(
141 ContactsContract.QuickContact.MODE_LARGE, null);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListAdapter.java 699 QuickContactBadge quickContact = view.getQuickContact();
700 quickContact.assignContactUri(
704 // that only Dialer will use this QuickContact badge. This means prioritizing the phone
706 quickContact.setPrioritizedMimeType(Phone.CONTENT_ITEM_TYPE);
710 quickContact, InteractionEvent.Type.OPEN_QUICK_CONTACT_FROM_SEARCH, true);
713 getPhotoLoader().loadThumbnail(quickContact, photoId, mDarkTheme, mCircularPhotos, null);
721 getPhotoLoader().loadPhoto(quickContact, photoUri, -1, mDarkTheme, mCircularPhotos, request);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncAdapter.java 79 // Create custom QuickContact action data rows

Completed in 950 milliseconds

1 2 3