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