Home
last modified time | relevance | path

Searched refs:mSubscriberId (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStateSnapshot.java57 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()
DNetworkIdentity.java98 final String mSubscriberId; field in NetworkIdentity
111 mSubscriberId = subscriberId; in NetworkIdentity()
122 return Objects.hash(mType, mRatType, mSubscriberId, mWifiNetworkKey, mRoaming, mMetered, in hashCode()
131 && Objects.equals(mSubscriberId, ident.mSubscriberId) in equals()
151 if (mSubscriberId != null) { in toString()
153 .append(NetworkIdentityUtils.scrubSubscriberId(mSubscriberId)); in toString()
224 return mSubscriberId; in getSubscriberId()
328 if (res == 0 && left.mSubscriberId != null && right.mSubscriberId != null) { in compare()
329 res = left.mSubscriberId.compareTo(right.mSubscriberId); in compare()
358 private String mSubscriberId; field in NetworkIdentity.Builder
[all …]
DNetworkTemplate.java828 || CollectionUtils.contains(mMatchSubscriberIds, ident.mSubscriberId)) in matchesMobile()
839 return matchesSubscriberId(ident.mSubscriberId) in matchesWifi()
862 return ident.mSubscriberId != null in matchesCarrier()
864 && CollectionUtils.contains(mMatchSubscriberIds, ident.mSubscriberId); in matchesCarrier()
/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsSubscriptionsMonitor.java155 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/
DRadioInfo.java271 private TextView mSubscriberId; field in RadioInfo
584 mSubscriberId = (TextView) findViewById(R.id.imsi); in onCreate()
1440 mSubscriberId.setText(s); in updateProperties()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt54 Landroid/app/usage/NetworkStatsManager$CallbackHandler;->mSubscriberId:Ljava/lang/String;
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt756 Landroid/net/NetworkIdentity;->mSubscriberId:Ljava/lang/String;
1132 Landroid/net/NetworkTemplate;->mSubscriberId:Ljava/lang/String;