Home
last modified time | relevance | path

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

/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DDeviceAtomTestCase.java231 try (AutoCloseable a = withActivity(activity, actionKey, actionValue)) { in runActivity()
247 protected AutoCloseable withActivity(String activity, String actionKey, String actionValue) in withActivity() method in DeviceAtomTestCase
DUidAtomTests.java1074 try (AutoCloseable a = withActivity("StatsdCtsForegroundActivity", "action", in testProcessMemoryState()
1154 try (AutoCloseable a = withActivity("StatsdCtsForegroundActivity", "action", in testProcessMemoryHighWaterMark()
1301 try (AutoCloseable a = withActivity("ANRActivity", null, null)) { in testANROccurred()