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.java4619 int mGpsNesting; field in BatteryStatsImpl
4652 if (mGpsNesting == 0) { in noteStartGpsLocked()
4658 mGpsNesting++; in noteStartGpsLocked()
4676 mGpsNesting--; in noteStopGpsLocked()
4677 if (mGpsNesting == 0) { in noteStopGpsLocked()
4698 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88736 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I