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.java93 final boolean mRoaming; field in NetworkIdentity
106 mRoaming = roaming; in NetworkIdentity()
115 return Objects.hash(mType, mRatType, mSubscriberId, mWifiNetworkKey, mRoaming, mMetered, in hashCode()
123 return mType == ident.mType && mRatType == ident.mRatType && mRoaming == ident.mRoaming in equals()
151 if (mRoaming) { in toString()
196 proto.write(NetworkIdentityProto.ROAMING, mRoaming); in dumpDebug()
229 return mRoaming; in getRoaming()
234 return mRoaming; in isRoaming()
328 res = Boolean.compare(left.mRoaming, right.mRoaming); in compare()
358 private boolean mRoaming; field in NetworkIdentity.Builder
[all …]
DNetworkTemplate.java353 private final int mRoaming; field in NetworkTemplate
425 mRoaming = roaming; in NetworkTemplate()
443 mRoaming = in.readInt(); in NetworkTemplate()
457 dest.writeInt(mRoaming); in writeToParcel()
485 if (mRoaming != ROAMING_ALL) { in toString()
486 builder.append(", roaming=").append(NetworkStats.roamingToString(mRoaming)); in toString()
506 mMetered, mRoaming, mDefaultNetwork, mRatType, mOemManaged, mSubscriberIdMatchRule); in hashCode()
516 && mRoaming == other.mRoaming in equals()
612 return mRoaming; in getRoaming()
683 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/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java120 private boolean mRoaming; field in NetworkStatsManagerTest.NetworkInterfaceToTest
135 return mRoaming; in getRoaming()
139 this.mRoaming = roaming; in setRoaming()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java127 public String mRoaming; field in ConnectivityFragment.NetworkItem
407 ni.mRoaming = "Roaming: " + (nInfo.isRoaming() ? "Yes" : "No"); in getNetworkItem()
DNetworkListAdapter.java89 vh.roaming.setText(mNetworkList[position].mRoaming); in getView()
/packages/modules/Connectivity/Tethering/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt12 Landroid/app/usage/NetworkStats$Bucket;->mRoaming:I
Dhiddenapi-max-target-o-low-priority.txt755 Landroid/net/NetworkIdentity;->mRoaming:Z
1131 Landroid/net/NetworkTemplate;->mRoaming:I