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

Commit 7452b628 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename createPrebaked to createPredefined"

parents b6965dfc 00657b89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35517,7 +35517,7 @@ package android.os {
  public abstract class VibrationEffect implements android.os.Parcelable {
    method public static android.os.VibrationEffect createOneShot(long, int);
    method public static android.os.VibrationEffect createPrebaked(int);
    method public static android.os.VibrationEffect createPredefined(int);
    method public static android.os.VibrationEffect createWaveform(long[], int);
    method public static android.os.VibrationEffect createWaveform(long[], int[], int);
    method public int describeContents();
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ public abstract class VibrationEffect implements Parcelable {
     *
     * @return The desired effect.
     */
    public static VibrationEffect createPrebaked(@EffectType int effectId) {
    public static VibrationEffect createPredefined(@EffectType int effectId) {
        return get(effectId, true);
    }