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

Commit 2f8005a7 authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove an unused method" into ub-contactsdialer-h-dev

parents a1721805 f08e5d10
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(