HomeSort by relevance Sort by last modified time
    Searched refs:thresholdBytes (Results 1 - 13 of 13) sorted by null

  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsManagerInternal.java 33 public abstract void advisePersistThreshold(long thresholdBytes);
NetworkStatsRecorder.java 135 public void setPersistThreshold(long thresholdBytes) {
136 if (LOGV) Slog.v(TAG, "setPersistThreshold() with " + thresholdBytes);
138 thresholdBytes, 1 * KB_IN_BYTES, 100 * MB_IN_BYTES);
NetworkStatsService.java     [all...]
  /frameworks/base/core/java/android/app/usage/
NetworkStatsManager.java 397 long thresholdBytes, UsageCallback callback, @Nullable Handler handler) {
408 template, thresholdBytes);
431 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes,
433 registerUsageCallback(networkType, subscriberId, thresholdBytes, callback,
446 * @param thresholdBytes Threshold in bytes to be notified on.
452 public void registerUsageCallback(int networkType, String subscriberId, long thresholdBytes,
459 + " thresholdBytes=" + thresholdBytes
462 registerUsageCallback(template, networkType, thresholdBytes, callback, handler);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ParceledListSliceTest.java 60 final int thresholdBytes = 256 * 1024;
61 final int objectCount = thresholdBytes / measureLargeObject();
126 final int thresholdBytes = 256 * 1024;
128 final int objectCount = 2 * thresholdBytes / value.length();
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 254 milliseconds