Home
last modified time | relevance | path

Searched refs:ACTION_INSERT (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java257 final Intent intent = new Intent(Intent.ACTION_INSERT); in onListItemClick()
363 startActivity(new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI)); in onListItemClick()
367 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onListItemClick()
380 startActivity(new Intent(Intent.ACTION_INSERT, RawContacts.CONTENT_URI)); in onListItemClick()
385 startActivity(new Intent(Intent.ACTION_INSERT, legacyContentUri)); in onListItemClick()
606 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onAccountChosen()
613 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onAccountChosen()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DEnterpriseDefaultApps.java31 buildIntent(Intent.ACTION_INSERT, null, null, "vnd.android.cursor.dir/event")}),
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/
H A DEnterpriseDefaultApps.java33 buildIntent(Intent.ACTION_INSERT, null, null, "vnd.android.cursor.dir/event")}),
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DIntentUtil.java34 return new Intent(Intent.ACTION_INSERT, ContactsContract.Contacts.CONTENT_URI) in getNewContactIntent()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorIntents.java83 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI, in createInsertContactIntent()
H A DContactEditorFragment.java137 add(Intent.ACTION_INSERT);
583 } else if (Intent.ACTION_INSERT.equals(mAction)) { in onActivityCreated()
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java197 Intent createIntent = new Intent(Intent.ACTION_INSERT, RawContacts.CONTENT_URI); in onQueryComplete()
H A DContactEditorActivity.java377 if (Intent.ACTION_INSERT.equals(action)) { in onCreate()
H A DContactSelectionActivity.java675 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in startCreateNewContactActivity()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountFilterUtil.java181 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsIntentResolver.java141 } else if (Intent.ACTION_INSERT.equals(action) && in resolveIntent()
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DDisplayOptionsPreferenceFragment.java364 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI);
/aosp12/packages/apps/Settings/src/com/android/settings/network/apn/
H A DApnSettings.java420 final Intent intent = new Intent(Intent.ACTION_INSERT, Telephony.Carriers.CONTENT_URI); in addNewApn()
H A DApnEditor.java292 } else if (action.equals(Intent.ACTION_INSERT)) { in onCreate()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java9648 public static final String ACTION = Intent.ACTION_INSERT;
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java1315 public static final String ACTION_INSERT = "android.intent.action.INSERT"; field in Intent
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11084 field public static final String ACTION_INSERT = "android.intent.action.INSERT";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt7625 field public static final java.lang.String ACTION_INSERT = "android.intent.action.INSERT";