HomeSort by relevance Sort by last modified time
    Searched refs:mSubscriberId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
NetworkIdentity.java 48 final String mSubscriberId;
56 mSubscriberId = subscriberId;
63 return Objects.hashCode(mType, mSubType, mSubscriberId, mNetworkId, mRoaming);
71 && Objects.equal(mSubscriberId, ident.mSubscriberId)
89 if (mSubscriberId != null) {
90 builder.append(", subscriberId=").append(scrubSubscriberId(mSubscriberId));
110 return mSubscriberId;
NetworkTemplate.java 137 private final String mSubscriberId;
142 mSubscriberId = subscriberId;
148 mSubscriberId = in.readString();
155 dest.writeString(mSubscriberId);
168 if (mSubscriberId != null) {
169 builder.append(", subscriberId=").append(scrubSubscriberId(mSubscriberId));
179 return Objects.hashCode(mMatchRule, mSubscriberId, mNetworkId);
187 && Objects.equal(mSubscriberId, other.mSubscriberId)
198 return mSubscriberId;
    [all...]

Completed in 680 milliseconds