Home | History | Annotate | Download | only in data

Lines Matching refs:mProtocol

230     private final int mProtocol;
487 return mProtocol;
554 this.mProtocol = builder.mProtocol;
663 apn.mPassword, apn.mAuthType, apn.mApnTypeBitmask, apn.mProtocol, apn.mRoamingProtocol,
685 sb.append(", ").append(mProtocol);
763 && Objects.equals(mProtocol, other.mProtocol)
808 && (isDataRoaming || Objects.equals(mProtocol,other.mProtocol))
835 && xorEquals(this.mProtocol, other.mProtocol)
899 nullToEmpty(PROTOCOL_INT_MAP.get(mProtocol)));
1006 dest.writeInt(mProtocol);
1103 private int mProtocol = NOT_IN_MAP_INT;
1362 this.mProtocol = protocol;