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

/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DLoadtestActivity.java156 private EditText mBurstText; field in class:LoadtestActivity
541 mBurstText.setEnabled(!mPlacebo && !mStarted);
637 mBurstText = (EditText) findViewById(R.id.burst);
638 mBurstText.addTextChangedListener(new NumericalWatcher(mBurstText, 0, 1000) {
644 handleFocus(mBurstText);

Completed in 54 milliseconds