Home
last modified time | relevance | path

Searched defs:createIntent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/ui/
DShowOrCreateActivity.java188 Intent createIntent = new Intent(Intent.ACTION_INSERT, RawContacts.CONTENT_URI); in onQueryComplete() local
206 final Intent createIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateDialog() local
/packages/apps/Contacts/src/com/android/contacts/
DCallDetailActivity.java248 Intent createIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in updateData() local
/packages/apps/Email/src/com/android/email/activity/
DMessageList.java209 public static Intent createIntent(Context context, long accountId, long mailboxId, in createIntent() method in MessageList
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java3496 public static Intent createIntent(Context context, long threadId) { in createIntent() method in ComposeMessageActivity