Remove an unused method
Bug: 32673993
Test: see ag/1605120
Change-Id: I697c7957f0f402474bdcbff47971aa165cca5ea9
diff --git a/src/com/android/contacts/editor/EditorIntents.java b/src/com/android/contacts/editor/EditorIntents.java
index 015e75b..e92173c 100644
--- a/src/com/android/contacts/editor/EditorIntents.java
+++ b/src/com/android/contacts/editor/EditorIntents.java
@@ -100,18 +100,6 @@
return intent;
}
- /**
- * Returns an Intent to start the {@link ContactSelectionActivity} for a
- * new or existing contact.
- */
- public static Intent createInsertOrEditContactIntent(Context context,
- RawContactDeltaList rawContactDeltaList, String displayName, String phoneticName) {
- final Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT, Contacts.CONTENT_URI,
- context, ContactSelectionActivity.class);
- putRawContactDeltaValues(intent, rawContactDeltaList, displayName, phoneticName);
- return intent;
- }
-
private static void putMaterialPalette(Intent intent, MaterialPalette materialPalette) {
if (materialPalette != null) {
intent.putExtra(