Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java102 configuration.createConfig(), configuration.hasPulledAtoms(), in main()
155 return configuration.hasPulledAtoms() || configuration.hasPushedAtoms(); in processArgs()
159 boolean hasPulledAtoms, boolean hasPushedAtoms) { in testDriveAndGetReports() argument
174 if (!hasPulledAtoms) { in testDriveAndGetReports()
251 private boolean hasPulledAtoms() { in hasPulledAtoms() method in TestDrive.Configuration
265 if (hasPulledAtoms()) { in createConfig()