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