Searched defs:thresholdBytes (Results 1 – 4 of 4) sorted by relevance
800 public void registerUsageCallback(@NonNull NetworkTemplate template, long thresholdBytes, in registerUsageCallback()848 long thresholdBytes, @NonNull UsageCallback callback) { in registerUsageCallback()879 long thresholdBytes, @NonNull UsageCallback callback, @Nullable Handler handler) { in registerUsageCallback()
97 void advisePersistThreshold(long thresholdBytes); in advisePersistThreshold()
136 public void setPersistThreshold(long thresholdBytes) { in setPersistThreshold()
602 const auto thresholdBytes = mIoOveruseConfigs->fetchThreshold(*packageInfo); in getIoOveruseStats() local