Home
last modified time | relevance | path

Searched defs:actionKey (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java129 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity()
144 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity()
146 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
163 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity()
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java97 public Bundle getRunResult(String actionKey) { in getRunResult()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java324 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity()
339 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity()
341 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
358 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity()