Home | History | Annotate | Download | only in telephony

Lines Matching refs:mAPN

46     private String mAPN = "";
62 mAPN = apn;
83 mAPN = in.readString();
137 return mAPN;
171 out.writeString(mAPN);
196 result = prime * result + ((mAPN == null) ? 0 : mAPN.hashCode());
215 if (mAPN == null) {
216 if (other.mAPN != null) {
219 } else if (!mAPN.equals(other.mAPN)) {
266 sb.append(", APN: " + mAPN);