Loading src/java/com/android/internal/telephony/cat/Item.java +5 −1 Original line number Diff line number Diff line Loading @@ -34,9 +34,13 @@ public class Item implements Parcelable { public Bitmap icon; public Item(int id, String text) { this(id, text, null); } public Item(int id, String text, Bitmap icon) { this.id = id; this.text = text; this.icon = null; this.icon = icon; } public Item(Parcel in) { Loading Loading
src/java/com/android/internal/telephony/cat/Item.java +5 −1 Original line number Diff line number Diff line Loading @@ -34,9 +34,13 @@ public class Item implements Parcelable { public Bitmap icon; public Item(int id, String text) { this(id, text, null); } public Item(int id, String text, Bitmap icon) { this.id = id; this.text = text; this.icon = null; this.icon = icon; } public Item(Parcel in) { Loading