Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java5141 int mGpsNesting; field in BatteryStatsImpl
5184 if (mGpsNesting == 0) { in noteStartGpsLocked()
5188 mGpsNesting++; in noteStartGpsLocked()
5209 mGpsNesting--; in noteStopGpsLocked()
5210 if (mGpsNesting == 0) { in noteStopGpsLocked()
5231 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt74307 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I