Home
last modified time | relevance | path

Searched refs:mRoaming (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkIdentity.java100 final boolean mRoaming; field in NetworkIdentity
113 mRoaming = roaming; in NetworkIdentity()
122 return Objects.hash(mType, mRatType, mSubscriberId, mWifiNetworkKey, mRoaming, mMetered, in hashCode()
130 return mType == ident.mType && mRatType == ident.mRatType && mRoaming == ident.mRoaming in equals()
158 if (mRoaming) { in toString()
203 proto.write(NetworkIdentityProto.ROAMING, mRoaming); in dumpDebug()
236 return mRoaming; in getRoaming()
241 return mRoaming; in isRoaming()
335 res = Boolean.compare(left.mRoaming, right.mRoaming); in compare()
360 private boolean mRoaming; field in NetworkIdentity.Builder
[all …]
DNetworkTemplate.java404 private final int mRoaming; field in NetworkTemplate
527 mRoaming = roaming; in NetworkTemplate()
543 mRoaming = in.readInt(); in NetworkTemplate()
555 dest.writeInt(mRoaming); in writeToParcel()
578 if (mRoaming != ROAMING_ALL) { in toString()
579 builder.append(", roaming=").append(NetworkStats.roamingToString(mRoaming)); in toString()
597 Arrays.hashCode(mMatchWifiNetworkKeys), mMetered, mRoaming, mDefaultNetwork, in hashCode()
607 && mRoaming == other.mRoaming in equals()
692 return mRoaming; in getRoaming()
761 return (mRoaming == ROAMING_ALL) in matchesRoaming()
[all …]
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java106 private boolean mRoaming = false; field in TetheringNotificationUpdater
171 mActiveDataSubId, downstreamTypesMask, mNoUpstream, mRoaming); in onDownstreamChanged()
176 updateActiveNotifications(subId, mDownstreamTypesMask, mNoUpstream, mRoaming); in onActiveDataSubscriptionIdChanged()
220 final boolean roamingChanged = isRoaming != mRoaming; in updateActiveNotifications()
225 mRoaming = isRoaming; in updateActiveNotifications()
243 if (tetheringInactive || !mRoaming || setupRoamingNotification() == NO_NOTIFY) { in updateRoamingNotification()
/packages/modules/Connectivity/framework-t/src/android/app/usage/
DNetworkStats.java276 private int mRoaming; field in NetworkStats.Bucket
406 return mRoaming; in getRoaming()
642 bucketOut.mRoaming = Bucket.convertRoaming(mRecycledSummaryEntry.roaming); in fillBucketFromSummaryEntry()
693 bucketOut.mRoaming = Bucket.ROAMING_ALL; in getNextHistoryBucket()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java126 public String mRoaming; field in ConnectivityFragment.NetworkItem
403 ni.mRoaming = "Roaming: " + (nInfo.isRoaming() ? "Yes" : "No"); in getNetworkItem()
DNetworkListAdapter.java89 vh.roaming.setText(mNetworkList[position].mRoaming); in getView()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java121 private boolean mRoaming; field in NetworkStatsManagerTest.NetworkInterfaceToTest
136 return mRoaming; in getRoaming()
140 this.mRoaming = roaming; in setRoaming()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt12 Landroid/app/usage/NetworkStats$Bucket;->mRoaming:I
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt755 Landroid/net/NetworkIdentity;->mRoaming:Z
1131 Landroid/net/NetworkTemplate;->mRoaming:I