Searched refs:mFormType (Results 1 – 1 of 1) sorted by relevance
107 private final Type mFormType; field in FormPage118 mFormType = formType; in FormPage()129 mFormType = Type.valueOf(in.readString()); in FormPage()147 out.writeString(mFormType.name()); in writeToParcel()160 sb.append("FormType: " + mFormType.name() + "\n"); in toString()217 return mFormType; in getType()