Searched defs:UceLong (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/uce/common/
H A DUceLong.java26 public class UceLong implements Parcelable { class in inherits:Parcelable
32 * Constructor for the UceLong class.
35 public UceLong() { method in class:UceLong
71 * Gets the instance of a UceLong class.
74 public static UceLong getUceLongInstance() {
75 return new UceLong();
96 public static final Parcelable.Creator<UceLong> CREATOR =
97 new Parcelable.Creator<UceLong>() {
99 public UceLong createFromParcel(Parcel source) {
100 return new UceLong(sourc
109 private UceLong(Parcel source) { method in class:UceLong
[all...]

Completed in 282 milliseconds