Home
last modified time | relevance | path

Searched defs: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()
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/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()
487 String service, String actionValue) throws Exception { in executeBackgroundService()
496 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService()
507 String service, String actionValue) throws Exception { in executeServiceAction()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java318 private static void executeForegroundActivity(ITestDevice device, String actionValue) in executeForegroundActivity()