OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuickContact
(Results
1 - 17
of
17
) 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
;
43
import android.provider.ContactsContract.
QuickContact
;
91
* Mostly translucent {@link Activity} that shows
QuickContact
dialog. It loads
96
private static final String TAG = "
QuickContact
";
99
private static final String TRACE_TAG = "
quickcontact
";
164
? StopWatch.start("
QuickContact
") : StopWatch.getNullStopWatch();
220
mExcludeMimes = intent.getStringArrayExtra(
QuickContact
.EXTRA_EXCLUDE_MIMES);
229
// Show
QuickContact
in front of soft input
632
Log.d(Constants.PERFORMANCE_TAG, "
QuickContact
shown");
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteSquareTileView.java
20
import android.provider.ContactsContract.
QuickContact
;
61
QuickContact
.showQuickContact(getContext(), PhoneFavoriteSquareTileView.this,
62
getLookupUri(),
QuickContact
.MODE_LARGE, null);
/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
323
Intent intent = ContactsContract.
QuickContact
.composeQuickContactsIntent(
325
ContactsContract.
QuickContact
.MODE_LARGE, 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/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 1228 milliseconds