Searched refs:mGpsNesting (Results 1 – 2 of 2) sorted by relevance
4619 int mGpsNesting; field in BatteryStatsImpl4652 if (mGpsNesting == 0) { in noteStartGpsLocked()4658 mGpsNesting++; in noteStartGpsLocked()4676 mGpsNesting--; in noteStopGpsLocked()4677 if (mGpsNesting == 0) { in noteStopGpsLocked()4698 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
88736 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I