Searched refs:mSubscriberId (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkIdentity.java | 91 final String mSubscriberId; field in NetworkIdentity 104 mSubscriberId = subscriberId; in NetworkIdentity() 115 return Objects.hash(mType, mRatType, mSubscriberId, mWifiNetworkKey, mRoaming, mMetered, in hashCode() 124 && Objects.equals(mSubscriberId, ident.mSubscriberId) in equals() 144 if (mSubscriberId != null) { in toString() 146 .append(NetworkIdentityUtils.scrubSubscriberId(mSubscriberId)); in toString() 217 return mSubscriberId; in getSubscriberId() 321 if (res == 0 && left.mSubscriberId != null && right.mSubscriberId != null) { in compare() 322 res = left.mSubscriberId.compareTo(right.mSubscriberId); in compare() 356 private String mSubscriberId; field in NetworkIdentity.Builder [all …]
|
D | NetworkStateSnapshot.java | 57 private final String mSubscriberId; field in NetworkStateSnapshot 72 mSubscriberId = subscriberId; in NetworkStateSnapshot() 81 mSubscriberId = in.readString(); in NetworkStateSnapshot() 111 return mSubscriberId; in getSubscriberId() 144 out.writeString(mSubscriberId); in writeToParcel() 173 && Objects.equals(mSubscriberId, that.mSubscriberId); in equals() 179 mNetworkCapabilities, mLinkProperties, mSubscriberId, mLegacyType); in hashCode() 188 + ", subscriberId='" + NetworkIdentityUtils.scrubSubscriberId(mSubscriberId) + '\'' in toString()
|
D | NetworkTemplate.java | 336 private final String mSubscriberId; field in NetworkTemplate 419 mSubscriberId = subscriberId; in NetworkTemplate() 439 mSubscriberId = in.readString(); in NetworkTemplate() 453 dest.writeString(mSubscriberId); in writeToParcel() 473 if (mSubscriberId != null) { in toString() 475 NetworkIdentityUtils.scrubSubscriberId(mSubscriberId)); in toString() 505 return Objects.hash(mMatchRule, mSubscriberId, Arrays.hashCode(mMatchWifiNetworkKeys), in hashCode() 514 && Objects.equals(mSubscriberId, other.mSubscriberId) in equals() 572 return mSubscriberId; in getSubscriberId() 742 && CollectionUtils.contains(mMatchSubscriberIds, ident.mSubscriberId) in matchesMobile() [all …]
|
/packages/modules/Connectivity/service-t/src/com/android/server/net/ |
D | NetworkStatsSubscriptionsMonitor.java | 155 it -> TextUtils.equals(subscriberId, it.mSubscriberId)); in getRatTypeForSubscriberId() 187 listener.mSubscriberId, TelephonyManager.NETWORK_TYPE_UNKNOWN); in handleRemoveRatTypeListener() 199 private final String mSubscriberId; field in NetworkStatsSubscriptionsMonitor.RatTypeListener 208 mSubscriberId = subscriberId; in RatTypeListener() 234 mMonitor.mDelegate.onCollapsedRatTypeChanged(mSubscriberId, mLastCollapsedRatType); in onDisplayInfoChanged() 243 return mSubId == subId && TextUtils.equals(mSubscriberId, subscriberId); in equalsKey()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 229 private TextView mSubscriberId; field in RadioInfo 505 mSubscriberId = (TextView) findViewById(R.id.imsi); in onCreate() 1241 mSubscriberId.setText(s); in updateProperties()
|
/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 54 Landroid/app/usage/NetworkStatsManager$CallbackHandler;->mSubscriberId:Ljava/lang/String;
|
D | hiddenapi-max-target-o-low-priority.txt | 756 Landroid/net/NetworkIdentity;->mSubscriberId:Ljava/lang/String; 1132 Landroid/net/NetworkTemplate;->mSubscriberId:Ljava/lang/String;
|