Searched defs:thresholdInBytes (Results 1 – 3 of 3) sorted by relevance
52 public final long thresholdInBytes; field in DataUsageRequest54 public DataUsageRequest(int requestId, NetworkTemplate template, long thresholdInBytes) { in DataUsageRequest()
909 long thresholdInBytes = 1L; // very small; should be overriden by framework in testRegisterUsageCallback() local1010 long thresholdInBytes = 10 * 1024 * 1024; // 10 MB in testUnregisterUsageCallback_unknown_noop() local
204 long thresholdInBytes = Math.max(MIN_THRESHOLD_BYTES, request.thresholdInBytes); in buildRequest() local