예제 #1
0
 public void setType(int type) {
   this.ntype = NumberType.fromInteger(type);
 }
예제 #2
0
 private void readFromParcel(Parcel in) {
   ntype = NumberType.fromInteger(in.readInt());
   number = in.readParcelable(SipUri.class.getClassLoader());
   category = in.readInt();
 }