Home
last modified time | relevance | path

Searched refs:actionValue (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()
487 String service, String actionValue) throws Exception { in executeBackgroundService() argument
488 executeServiceAction(device, testPackage, service, actionValue); in executeBackgroundService()
496 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService() argument
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java318 private static void executeForegroundActivity(ITestDevice device, String actionValue) in executeForegroundActivity() argument
323 "action", actionValue)); in executeForegroundActivity()