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.java1702 int mGpsNesting; field in BatteryStatsImpl
1705 if (mGpsNesting == 0) { in noteStartGpsLocked()
1711 mGpsNesting++; in noteStartGpsLocked()
1716 mGpsNesting--; in noteStopGpsLocked()
1717 if (mGpsNesting == 0) { in noteStopGpsLocked()