HomeSort by relevance Sort by last modified time
    Searched refs:QuickContact (Results 1 - 15 of 15) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactBroadcastReceiver.java 17 package com.android.contacts.quickcontact;
23 import android.provider.ContactsContract.QuickContact;
26 * Broadcast receiver for invoking QuickContact using the widget. The purpose of this pass-through
34 final Intent newIntent = new Intent(QuickContact.ACTION_QUICK_CONTACT);
QuickContactActivity.java 17 package com.android.contacts.quickcontact;
40 import android.provider.ContactsContract.QuickContact;
87 * Mostly translucent {@link Activity} that shows QuickContact dialog. It loads
92 private static final String TAG = "QuickContact";
95 private static final String TRACE_TAG = "quickcontact";
158 ? StopWatch.start("QuickContact") : StopWatch.getNullStopWatch();
183 mExcludeMimes = intent.getStringArrayExtra(QuickContact.EXTRA_EXCLUDE_MIMES);
192 // Show QuickContact in front of soft input
534 Log.d(Constants.PERFORMANCE_TAG, "QuickContact shown");
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 35 import android.provider.ContactsContract.QuickContact;
44 * Widget used to show an image with the standard QuickContact badge
108 /** This call has no effect anymore, as there is only one QuickContact mode */
158 * with. Note that this is only used for displaying the QuickContact window and
263 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri,
264 QuickContact.MODE_LARGE, mExcludeMimes);
355 // Found contact, so trigger QuickContact
356 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, lookupUri,
357 QuickContact.MODE_LARGE, mExcludeMimes);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 90 * that it would usually do, because it interferes with our own animation for QuickContact
257 Intent shortcutIntent = new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT);
269 shortcutIntent.putExtra(ContactsContract.QuickContact.EXTRA_MODE,
270 ContactsContract.QuickContact.MODE_LARGE);
271 shortcutIntent.putExtra(ContactsContract.QuickContact.EXTRA_EXCLUDE_MIMES,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 305 Intent intent = ContactsContract.QuickContact.composeQuickContactsIntent(
307 ContactsContract.QuickContact.MODE_LARGE, null);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 40 import android.provider.ContactsContract.QuickContact;
663 * Handle clicks on sender, which shows {@link QuickContact} or prompts to add
681 QuickContact.showQuickContact(mContext, mFromBadge, mQuickContactLookupUri,
682 QuickContact.MODE_MEDIUM, null);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 35 import android.provider.ContactsContract.QuickContact;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 60 import android.provider.ContactsContract.QuickContact;
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 76 import android.provider.ContactsContract.QuickContact;
627 if (mIsKeyboardOpen && !QuickContact.ACTION_QUICK_CONTACT.equals(intent.getAction())) {
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 510 milliseconds