Home
last modified time | relevance | path

Searched refs:newLimit (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java282 long newLimit = rxBytes + txBytes + quotaBytes; in tetherOffloadSetInterfaceQuota() local
285 if (newLimit < rxBytes + txBytes) newLimit = QUOTA_UNLIMITED; in tetherOffloadSetInterfaceQuota()
288 mBpfLimitMap.updateEntry(new TetherLimitKey(ifIndex), new TetherLimitValue(newLimit)); in tetherOffloadSetInterfaceQuota()
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiChipHidlImpl.java1629 android.hardware.wifi.V1_6.IWifiChip.ChipConcurrencyCombinationLimit newLimit = in upgradeV1_0ChipModesToV1_6() local
1632 newLimit.types = new ArrayList<>(); in upgradeV1_0ChipModesToV1_6()
1633 newLimit.maxIfaces = oldLimit.maxIfaces; in upgradeV1_0ChipModesToV1_6()
1635 newLimit.types.add(IFACE_TYPE_TO_CONCURRENCY_TYPE_MAP.get(oldType)); in upgradeV1_0ChipModesToV1_6()
1637 newCombo.limits.add(newLimit); in upgradeV1_0ChipModesToV1_6()
1642 newLimitForBridgedApCombo.types = new ArrayList<>(newLimit.types); in upgradeV1_0ChipModesToV1_6()
1643 newLimitForBridgedApCombo.maxIfaces = newLimit.maxIfaces; in upgradeV1_0ChipModesToV1_6()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp143 int newLimit; member
147 *os << testCase.oldLimit << "To" << testCase.newLimit; in PrintTo()
4179 const auto& [oldLimit, newLimit, actualLimit] = GetParam(); in TEST_P()
4191 if (newLimit == 0) { in TEST_P()
4198 newConfig.mutable_count_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()
4199 newConfig.mutable_duration_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()
4200 newConfig.mutable_gauge_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()
4201 newConfig.mutable_value_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()
4202 newConfig.mutable_kll_metric(0)->set_max_dimensions_per_bucket(newLimit); in TEST_P()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...