Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/usage/
H A DNetworkStatsManager.java500 long thresholdBytes, UsageCallback callback, @Nullable Handler handler) { in registerUsageCallback() argument
511 template, thresholdBytes); in registerUsageCallback()
534 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes, in registerUsageCallback() argument
536 registerUsageCallback(networkType, subscriberId, thresholdBytes, callback, in registerUsageCallback()
565 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes, in registerUsageCallback() argument
572 + " thresholdBytes=" + thresholdBytes in registerUsageCallback()
575 registerUsageCallback(template, networkType, thresholdBytes, callback, handler); in registerUsageCallback()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DParceledListSliceTest.java77 final int thresholdBytes = 256 * 1024; in testLargeList() local
78 final int objectCount = thresholdBytes / measureLargeObject(); in testLargeList()
143 final int thresholdBytes = 256 * 1024; in testLargeStringList() local
145 final int objectCount = 2 * thresholdBytes / value.length(); in testLargeStringList()
/aosp12/frameworks/libs/modules-utils/javatests/com/android/modules/utils/
H A DParceledListSliceTest.java77 final int thresholdBytes = 256 * 1024; in testLargeList() local
78 final int objectCount = thresholdBytes / measureLargeObject(); in testLargeList()
143 final int thresholdBytes = 256 * 1024; in testLargeStringList() local
145 final int objectCount = 2 * thresholdBytes / value.length(); in testLargeStringList()
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsManagerInternal.java34 public abstract void advisePersistThreshold(long thresholdBytes); in advisePersistThreshold() argument
H A DNetworkStatsRecorder.java131 public void setPersistThreshold(long thresholdBytes) { in setPersistThreshold() argument
132 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes); in setPersistThreshold()
134 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES); in setPersistThreshold()
H A DNetworkStatsService.java1014 private void advisePersistThreshold(long thresholdBytes) {
1016 mPersistThreshold = MathUtils.constrain(thresholdBytes, 128 * KB_IN_BYTES, 2 * MB_IN_BYTES);
1018 Slog.v(TAG, "advisePersistThreshold() given " + thresholdBytes + ", clamped to "
1699 public void advisePersistThreshold(long thresholdBytes) {
1700 NetworkStatsService.this.advisePersistThreshold(thresholdBytes);
/aosp12/system/chre/platform/shared/
H A Dlog_buffer.cc126 size_t thresholdBytes) { in updateNotificationSetting() argument
130 mNotificationThresholdBytes = thresholdBytes; in updateNotificationSetting()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dlog_buffer.h163 size_t thresholdBytes = 0);
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DIoOveruseMonitor.cpp579 const auto thresholdBytes = mIoOveruseConfigs->fetchThreshold(*packageInfo); in getIoOveruseStats() local
581 diff(thresholdBytes, in getIoOveruseStats()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...