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

Commit fe12a31c authored by Zach Johnson's avatar Zach Johnson Committed by Android Git Automerger
Browse files

am df98fdaf: am 5d636c8c: Merge "Fix AudioAttributes.usageToString() string...

am df98fdaf: am 5d636c8c: Merge "Fix AudioAttributes.usageToString() string return values" into cw-e-dev

* commit 'df98fdaf':
  Fix AudioAttributes.usageToString() string return values
parents 3f7cfb2c df98fdaf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -671,15 +671,15 @@ public final class AudioAttributes implements Parcelable {
            case USAGE_VOICE_COMMUNICATION:
                return new String("USAGE_VOICE_COMMUNICATION");
            case USAGE_VOICE_COMMUNICATION_SIGNALLING:
                return new String("USAGE_VOICE_COMMUNICATION");
                return new String("USAGE_VOICE_COMMUNICATION_SIGNALLING");
            case USAGE_ALARM:
                return new String("USAGE_ALARM");
            case USAGE_NOTIFICATION:
                return new String("USAGE_NOTIFICATION");
            case USAGE_NOTIFICATION_RINGTONE:
                return new String("USAGE_NOTIFICATION");
                return new String("USAGE_NOTIFICATION_RINGTONE");
            case USAGE_NOTIFICATION_COMMUNICATION_REQUEST:
                return new String("USAGE_NOTIFICATION");
                return new String("USAGE_NOTIFICATION_COMMUNICATION_REQUEST");
            case USAGE_NOTIFICATION_COMMUNICATION_INSTANT:
                return new String("USAGE_NOTIFICATION_COMMUNICATION_INSTANT");
            case USAGE_NOTIFICATION_COMMUNICATION_DELAYED: