D | Adjustment.java | 46 public final class Adjustment implements Parcelable { class 152 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment() method in Adjustment 170 public Adjustment(@NonNull String pkg, @NonNull String key, @NonNull Bundle signals, in Adjustment() method in Adjustment 184 protected Adjustment(Parcel in) { in Adjustment() method in Adjustment 205 …blic static final @android.annotation.NonNull Creator<Adjustment> CREATOR = new Creator<Adjustment… 207 public Adjustment createFromParcel(Parcel in) { 208 return new Adjustment(in); 212 public Adjustment[] newArray(int size) { 213 return new Adjustment[size];
|