Searched refs:mBurst (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DSequencePusher.java41 /** Some atoms are pushed in burst of {@code mBurst} events. */
42 private final int mBurst; field in class:SequencePusher
51 mBurst = burst;
79 for (int i = 0; i < mBurst; i++) {
85 for (int i = 0; i < mBurst; i++) {
98 for (int i = 0; i < mBurst; i++) {
111 for (int i = 0; i < mBurst; i++) {
121 for (int i = 0; i < mBurst; i++) {
131 for (int i = 0; i < mBurst; i++) {
151 for (int i = 0; i < mBurst;
[all...]
H A DLoadtestActivity.java218 private int mBurst; field in class:LoadtestActivity
470 mPusher = new SequencePusher(mBurst, mPlacebo);
490 mPerfData = new PerfData(this, mPlacebo, mReplication, mBucket, mPeriodSecs, mBurst,
614 mBurst = burst;
636 mBurst = getResources().getInteger(R.integer.burst_default);

Completed in 99 milliseconds