Home
last modified time | relevance | path

Searched refs:REPLICATION (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
DLoadtestActivity.java86 private static final String REPLICATION = "replication"; field in LoadtestActivity
328 if (intent.hasExtra(REPLICATION)) { in onNewIntent()
329 setReplication(intent.getIntExtra(REPLICATION, 0)); in onNewIntent()