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

Commit df60dc32 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android (Google) Code Review
Browse files

Merge "Increase the visibility of SynthesisRequest"

parents beb9ecf3 9ee8154e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17586,6 +17586,7 @@ package android.speech.tts {
  }
  public final class SynthesisRequest {
    ctor public SynthesisRequest(java.lang.String, android.os.Bundle);
    method public java.lang.String getCountry();
    method public java.lang.String getLanguage();
    method public android.os.Bundle getParams();
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public final class SynthesisRequest {
    private int mSpeechRate;
    private int mPitch;

    SynthesisRequest(String text, Bundle params) {
    public SynthesisRequest(String text, Bundle params) {
        mText = text;
        // Makes a copy of params.
        mParams = new Bundle(params);