Home | History | Annotate | Download | only in os

Lines Matching refs:collected

157      * The statistics we have collected organized by uids.
4179 * The statistics we have collected for this uid's wake locks.
4186 * The statistics we have collected for this uid's syncs.
4195 * The statistics we have collected for this uid's jobs.
4204 * The statistics we have collected for this uid's sensor activations.
4209 * The statistics we have collected for this uid's processes.
4214 * The statistics we have collected for this uid's processes.
4219 * The transient wake stats we have collected for this uid's pids.
4600 ArrayList<StopwatchTimer> collected = mWifiBatchedScanTimers.get(i);
4601 if (collected == null) {
4602 collected = new ArrayList<StopwatchTimer>();
4603 mWifiBatchedScanTimers.put(i, collected);
4606 mWifiBatchedScanTimer[i] = new StopwatchTimer(this, WIFI_BATCHED_SCAN, collected,
4609 mWifiBatchedScanTimer[i] = new StopwatchTimer(this, WIFI_BATCHED_SCAN, collected,
5741 * The statics we have collected for this package's services.