Searched refs:mGpsNesting (Results 1 – 2 of 2) sorted by relevance
5404 int mGpsNesting; field in BatteryStatsImpl5447 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()
73664 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I