Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1254 int numOfInterest = 0; in computeTimeEstimate() local
1265 numOfInterest++; in computeTimeEstimate()
1270 if (numOfInterest <= 0) { in computeTimeEstimate()
1275 outNumOfInterest[0] = numOfInterest; in computeTimeEstimate()
1280 return (total / numOfInterest) * 100; in computeTimeEstimate()