Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f08e5d10 authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Remove an unused method

Bug: 32673993

Test: see ag/1605120
Change-Id: I697c7957f0f402474bdcbff47971aa165cca5ea9
parent 5f3c81ed
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -100,18 +100,6 @@ public class EditorIntents {
        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(