Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/memory/
DProcessMemoryStatsTests.java67 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testProcessMemoryState()
104 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testProcessMemoryHighWaterMark()
146 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testProcessMemorySnapshot()
/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java146 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity()
162 public static AutoCloseable withActivity(ITestDevice device, String pkgName, String activity, in withActivity() method in HostsideStatsdAtomTests
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perf/
DProcStatsTests.java65 try (AutoCloseable c = DeviceUtils.withActivity( in testProcessState()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appcompatstate/
DAppCompatStateStatsTests.java195 try (AutoCloseable a1 = DeviceUtils.withActivity(getDevice(), in testAppCompatFlow()
215 try (AutoCloseable a2 = DeviceUtils.withActivity(getDevice(), in testAppCompatFlow()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/settingsstats/
DSettingsStatsTests.java93 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testSettingsStatsReported()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/sizecompatrestartbutton/
DSizeCompatRestartButtonStatsTests.java118 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testSizeCompatRestartButtonAppearedButNotClicked()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java341 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity()
357 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.java189 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testAppAnrIncremental()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java164 try (AutoCloseable a = DeviceUtils.withActivity( in testLmkKillOccurred()
690 try (AutoCloseable a = DeviceUtils.withActivity(getDevice(), in testANROccurred()