Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessMemoryStatsTests.java66 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testProcessMemoryState()
103 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testProcessMemoryHighWaterMark()
145 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testProcessMemorySnapshot()
/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java136 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity()
152 public static AutoCloseable withActivity(ITestDevice device, String pkgName, String activity, in withActivity() method in HostsideStatsdAtomTests
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DDeviceAtomTestCase.java237 try (AutoCloseable a = withActivity(activity, actionKey, actionValue)) { in runActivity()
253 protected AutoCloseable withActivity(String activity, String actionKey, String actionValue) in withActivity() method in DeviceAtomTestCase
DUidAtomTests.java158 try (AutoCloseable a = DeviceUtils.withActivity( in testLmkKillOccurred()
745 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testANROccurred()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/settingsstats/
DSettingsStatsTests.java92 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testSettingsStatsReported()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java270 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity()
286 public static AutoCloseable withActivity(ITestDevice device, String pkgName, String activity, in withActivity() method in DeviceUtils
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DIncrementalAppErrorStatsTests.java187 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testAppAnrIncremental()