Searched refs:mWifiBatchedScanTimers (Results 1 – 2 of 2) sorted by relevance
737 final SparseArray<ArrayList<StopwatchTimer>> mWifiBatchedScanTimers = new SparseArray<>(); field in BatteryStatsImpl8727 ArrayList<StopwatchTimer> collected = mBsi.mWifiBatchedScanTimers.get(i); in makeWifiBatchedScanBin()8730 mBsi.mWifiBatchedScanTimers.put(i, collected); in makeWifiBatchedScanBin()16785 mWifiBatchedScanTimers.clear();
77802 Lcom/android/internal/os/BatteryStatsImpl;->mWifiBatchedScanTimers:Landroid/util/SparseArray;