Home
last modified time | relevance | path

Searched refs:modesOfInterest (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java1360 public long computeTimeEstimate(long modesOfInterest, long modeValues, in computeTimeEstimate() argument
1375 if ((modMode&modesOfInterest) == 0) { in computeTimeEstimate()
1377 if ((initMode&modesOfInterest) == modeValues) { in computeTimeEstimate()