D | Adjustment.java | 46 public final class Adjustment implements Parcelable { class 138 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment() method in Adjustment 156 public Adjustment(@NonNull String pkg, @NonNull String key, @NonNull Bundle signals, in Adjustment() method in Adjustment 170 protected Adjustment(Parcel in) { in Adjustment() method in Adjustment 191 …blic static final @android.annotation.NonNull Creator<Adjustment> CREATOR = new Creator<Adjustment… 193 public Adjustment createFromParcel(Parcel in) { 194 return new Adjustment(in); 198 public Adjustment[] newArray(int size) { 199 return new Adjustment[size];
|