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

Commit a6e7230b authored by Anne Rong's avatar Anne Rong
Browse files

Rename OnPhoneNumberPickerActionListener methods

Bug: 24506966
Change-Id: I6fec275e606531f6bcc18708de2a3123545f4c34
parent 6a1c15a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -483,12 +483,12 @@ public class ContactSelectionActivity extends ContactsActivity
    private final class PhoneNumberPickerActionListener implements
            OnPhoneNumberPickerActionListener {
        @Override
        public void onPickPhoneNumberAction(Uri dataUri, int callInitiationType) {
        public void onPickDataUri(Uri dataUri, int callInitiationType) {
            returnPickerResult(dataUri);
        }

        @Override
        public void onCallNumberDirectly(String phoneNumber, boolean isVideoCall,
        public void onPickPhoneNumber(String phoneNumber, boolean isVideoCall,
                                      int callInitiationType) {
            Log.w(TAG, "Unsupported call.");
        }