Home
last modified time | relevance | path

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

/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java120 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity()
135 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity()
137 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
154 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java315 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity()
330 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity()
332 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
349 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity()