Searched defs:thresholdInBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DDataUsageRequest.java52 public final long thresholdInBytes; field in class:DataUsageRequest
54 public DataUsageRequest(int requestId, NetworkTemplate template, long thresholdInBytes) { argument
57 this.thresholdInBytes = thresholdInBytes;
69 dest.writeLong(thresholdInBytes);
78 long thresholdInBytes = in.readLong();
80 thresholdInBytes);
94 + ", thresholdInBytes=" + thresholdInBytes + " ]";
103 && that.thresholdInBytes
[all...]

Completed in 48 milliseconds