Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4616 int mGpsNesting; field in BatteryStatsImpl
4649 if (mGpsNesting == 0) { in noteStartGpsLocked()
4655 mGpsNesting++; in noteStartGpsLocked()
4673 mGpsNesting--; in noteStopGpsLocked()
4674 if (mGpsNesting == 0) { in noteStopGpsLocked()
4695 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt95103 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I