Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5404 int mGpsNesting; field in BatteryStatsImpl
5447 if (mGpsNesting == 0) { in noteStartGpsLocked()
5451 mGpsNesting++; in noteStartGpsLocked()
5465 mGpsNesting--; in noteStopGpsLocked()
5466 if (mGpsNesting == 0) { in noteStopGpsLocked()
5482 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73664 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I