Home
last modified time | relevance | path

Searched refs: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() argument
130 runActivity(device, pkgName, activity, actionKey, actionValue, in runActivity()
144 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity() argument
146 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
163 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity() argument
165 if (actionKey != null && actionValue != null) { in withActivity()
166 intentString = actionKey + " " + actionValue; in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java324 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity() argument
325 runActivity(device, pkgName, activity, actionKey, actionValue, in runActivity()
339 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity() argument
341 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
358 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity() argument
360 if (actionKey != null && actionValue != null) { in withActivity()
361 intentString = actionKey + " " + actionValue; in withActivity()
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java97 public Bundle getRunResult(String actionKey) { in getRunResult() argument
99 return mResult.get(actionKey); in getRunResult()