Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java63 mConfiguration.addAtom(atom); in testOnePushed()
94 mConfiguration.addAtom(atom); in testOnePulled()
144 mConfiguration.addAtom(pulledAtom); in testOnePulledTwoPushed()
149 mConfiguration.addAtom(atom); in testOnePulledTwoPushed()
233 mConfiguration.addAtom(pulledAtom); in testOnePulledTwoPushedTogether()
238 mConfiguration.addAtom(atom); in testOnePulledTwoPushedTogether()
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java149 configuration.addAtom(Integer.valueOf(atom)); in processArgs()
239 void addAtom(Integer atom) { in addAtom() method in TestDrive.Configuration