OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuickContactActivity
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DirectoryContactUtil.java
35
* This class is coupled with {@link
QuickContactActivity
}, but is left out of
36
*
QuickContactActivity
.java to avoid ballooning the size of the file.
55
QuickContactActivity
.class, Intent.ACTION_VIEW);
InvisibleContactUtil.java
96
contactDeltaList, "", 0, false,
QuickContactActivity
.class,
QuickContactActivity.java
201
public class
QuickContactActivity
extends ContactsActivity
244
"com.android.contacts.quickcontact.
QuickContactActivity
";
348
QuickContactActivity
.class.getCanonicalName() + ".KEY_LOADER_EXTRA_PHONES";
357
QuickContactActivity
.class.getCanonicalName() + ".KEY_LOADER_EXTRA_EMAILS";
418
ImplicitIntentsUtil.startActivityInAppIfPossible(
QuickContactActivity
.this, intent);
420
Toast.makeText(
QuickContactActivity
.this, R.string.missing_app,
425
Toast.makeText(
QuickContactActivity
.this, R.string.missing_app,
656
QuickContactActivity
.this, mSelectedAggregationIds);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java
94
import com.android.contacts.quickcontact.
QuickContactActivity
;
292
mRequest.getContactUri(),
QuickContactActivity
.MODE_FULLY_EXPANDED);
293
intent.putExtra(
QuickContactActivity
.EXTRA_PREVIOUS_SCREEN_TYPE, ScreenType.UNKNOWN);
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java
43
import com.android.contacts.quickcontact.
QuickContactActivity
;
175
* {@link com.android.contacts.quickcontact.
QuickContactActivity
} to the editor and between
183
* {@link com.android.contacts.quickcontact.
QuickContactActivity
} to the editor and between
[
all
...]
Completed in 287 milliseconds