Searched refs:mGpsNesting (Results 1 – 2 of 2) sorted by relevance
5141 int mGpsNesting; field in BatteryStatsImpl5184 if (mGpsNesting == 0) { in noteStartGpsLocked()5188 mGpsNesting++; in noteStartGpsLocked()5209 mGpsNesting--; in noteStopGpsLocked()5210 if (mGpsNesting == 0) { in noteStopGpsLocked()5231 if (mGpsNesting == 0) { in noteGpsSignalQualityLocked()
74307 Lcom/android/internal/os/BatteryStatsImpl;->mGpsNesting:I