Searched refs:mGpsNesting (Results 1 – 2 of 2) sorted by relevance
4616 int mGpsNesting; field in BatteryStatsImpl4649 if (mGpsNesting == 0) { in noteStartGpsLocked()4655 mGpsNesting++; in noteStartGpsLocked()4673 mGpsNesting--; in noteStopGpsLocked()4674 if (mGpsNesting == 0) { in noteStopGpsLocked()4695 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
95103 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I