/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkIdentity.java | 93 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 …]
|
D | NetworkTemplate.java | 353 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/ |
D | TetheringNotificationUpdater.java | 106 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/ |
D | NetworkStats.java | 276 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/ |
D | NetworkStatsManagerTest.java | 120 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/ |
D | ConnectivityFragment.java | 127 public String mRoaming; field in ConnectivityFragment.NetworkItem 407 ni.mRoaming = "Roaming: " + (nInfo.isRoaming() ? "Yes" : "No"); in getNetworkItem()
|
D | NetworkListAdapter.java | 89 vh.roaming.setText(mNetworkList[position].mRoaming); in getView()
|
/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 12 Landroid/app/usage/NetworkStats$Bucket;->mRoaming:I
|
D | hiddenapi-max-target-o-low-priority.txt | 755 Landroid/net/NetworkIdentity;->mRoaming:Z 1131 Landroid/net/NetworkTemplate;->mRoaming:I
|