Searched refs:mWifiBatchedScanTimers (Results 1 – 2 of 2) sorted by relevance
662 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimers = new SparseArray<>(); field in BatteryStatsImpl7545 ArrayList<StopwatchTimer> collected = mBsi.mWifiBatchedScanTimers.get(i); in makeWifiBatchedScanBin()7548 mBsi.mWifiBatchedScanTimers.put(i, collected); in makeWifiBatchedScanBin()14724 mWifiBatchedScanTimers.clear(); in readFromParcelLocked()
95275 Lcom/android/internal/os/BatteryStatsImpl;->mWifiBatchedScanTimers:Landroid/util/SparseArray;