OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quickcontactactivity
(Results
1 - 11
of
11
) 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
79
contactDeltaList, "", 0, false,
QuickContactActivity
.class,
QuickContactActivity.java
198
public class
QuickContactActivity
extends ContactsActivity {
262
"com.android.contacts.quickcontact.
QuickContactActivity
";
370
QuickContactActivity
.class.getCanonicalName() + ".KEY_LOADER_EXTRA_EMAILS";
386
QuickContactActivity
.class.getCanonicalName() + ".KEY_LOADER_EXTRA_PHONES";
388
QuickContactActivity
.class.getCanonicalName() + ".KEY_LOADER_EXTRA_SIP_NUMBERS";
424
QuickContactActivity
.this);
448
QuickContactActivity
.this.startActivityForResult(intent, /* requestCode */ 0);
451
ImplicitIntentsUtil.startActivityInAppIfPossible(
QuickContactActivity
.this,
455
Toast.makeText(
QuickContactActivity
.this, R.string.missing_app,
460
Toast.makeText(
QuickContactActivity
.this, R.string.missing_app
[
all
...]
ResolveCache.java
161
* selecting first from the {@link
QuickContactActivity
#sPreferResolve} list of
/packages/apps/Contacts/src/com/android/contacts/util/
ImplicitIntentsUtil.java
35
import com.android.contacts.quickcontact.
QuickContactActivity
;
137
QuickContactActivity
.MODE_FULLY_EXPANDED, previousScreenType);
145
final Intent intent = new Intent(context,
QuickContactActivity
.class);
151
intent.putExtra(
QuickContactActivity
.EXTRA_PREVIOUS_SCREEN_TYPE, previousScreenType);
185
// clear the whole thing preemptively here since
QuickContactActivity
will
/packages/apps/Contacts/src/com/android/contacts/activities/
RequestPermissionsActivity.java
69
// These are only used in a few places such as
QuickContactActivity
and
ContactEditorSpringBoardActivity.java
28
import com.android.contacts.quickcontact.
QuickContactActivity
;
254
QuickContactActivity
.class, Intent.ACTION_VIEW);
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
85
import com.android.contacts.quickcontact.
QuickContactActivity
;
181
* {@link com.android.contacts.quickcontact.
QuickContactActivity
} to the editor.
188
* {@link com.android.contacts.quickcontact.
QuickContactActivity
} to the editor.
197
//
QuickContactActivity
.
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java
74
import com.android.contacts.quickcontact.
QuickContactActivity
;
[
all
...]
/packages/apps/Contacts/
AndroidManifest.xml
308
android:name=".quickcontact.
QuickContactActivity
"
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java
669
//
QuickContactActivity
will finish itself when launching other
[
all
...]
Completed in 312 milliseconds