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.java4012 int mGpsNesting; field in BatteryStatsImpl
4018 if (mGpsNesting == 0) { in noteStartGpsLocked()
4024 mGpsNesting++; in noteStartGpsLocked()
4032 mGpsNesting--; in noteStopGpsLocked()
4033 if (mGpsNesting == 0) { in noteStopGpsLocked()