Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java3004 int mGpsNesting; field in BatteryStatsImpl
3010 if (mGpsNesting == 0) { in noteStartGpsLocked()
3016 mGpsNesting++; in noteStartGpsLocked()
3024 mGpsNesting--; in noteStopGpsLocked()
3025 if (mGpsNesting == 0) { in noteStopGpsLocked()