Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsService.java466 private long mGlobalAlertBytes; field in NetworkStatsService
1532 mNetd.bandwidthSetGlobalAlert(mGlobalAlertBytes);
1538 invokeForAllStatsProviderCallbacks((cb) -> cb.mProvider.onSetAlert(mGlobalAlertBytes));
2039 final long oldGlobalAlertBytes = mGlobalAlertBytes;
2053 if (oldGlobalAlertBytes != mGlobalAlertBytes) {
2231 mGlobalAlertBytes = mSettings.getGlobalAlertBytes(mPersistThreshold);