/aosp12/frameworks/base/core/java/android/app/usage/ |
H A D | NetworkStatsManager.java | 500 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 D | ParceledListSliceTest.java | 77 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 D | ParceledListSliceTest.java | 77 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 D | NetworkStatsManagerInternal.java | 34 public abstract void advisePersistThreshold(long thresholdBytes); in advisePersistThreshold() argument
|
H A D | NetworkStatsRecorder.java | 131 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 D | NetworkStatsService.java | 1014 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 D | log_buffer.cc | 126 size_t thresholdBytes) { in updateNotificationSetting() argument 130 mNotificationThresholdBytes = thresholdBytes; in updateNotificationSetting()
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | log_buffer.h | 163 size_t thresholdBytes = 0);
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoOveruseMonitor.cpp | 579 const auto thresholdBytes = mIoOveruseConfigs->fetchThreshold(*packageInfo); in getIoOveruseStats() local 581 diff(thresholdBytes, in getIoOveruseStats()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |