Home
last modified time | relevance | path

Searched defs:STATSD_ATOM_TEST_PKG (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessMemoryStatsTests.java67 DeviceUtils.STATSD_ATOM_TEST_PKG, "StatsdCtsForegroundActivity", "action", in testProcessMemoryState()
104 DeviceUtils.STATSD_ATOM_TEST_PKG, "StatsdCtsForegroundActivity", "action", in testProcessMemoryHighWaterMark()
146 DeviceUtils.STATSD_ATOM_TEST_PKG, "StatsdCtsForegroundActivity", "action", in testProcessMemorySnapshot()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java187 DeviceUtils.STATSD_ATOM_TEST_PKG, activity, "action", "action.sleep_top")) { in testAppCompatFlow()
197 DeviceUtils.STATSD_ATOM_TEST_PKG, secondActivity, "action", in testAppCompatFlow()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/settingsstats/
DSettingsStatsTests.java93 DeviceUtils.STATSD_ATOM_TEST_PKG, "StatsdCtsForegroundActivity", "action", in testSettingsStatsReported()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java107 DeviceUtils.STATSD_ATOM_TEST_PKG, NON_RESIZEABLE_PORTRAIT_ACTIVITY, "action", in testSizeCompatRestartButtonAppearedButNotClicked()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java161 getDevice(), DeviceUtils.STATSD_ATOM_TEST_PKG, in testLmkKillOccurred()
755 DeviceUtils.STATSD_ATOM_TEST_PKG, "ANRActivity", null, null)) { in testANROccurred()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java56 public static final String STATSD_ATOM_TEST_PKG = "com.android.server.cts.device.statsdatom"; field in DeviceUtils