Searched defs:actionValue (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/ |
D | HostsideStatsdAtomTests.java | 129 @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/ |
D | DeviceUtils.java | 324 @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/ |
D | ProcStateAtomTests.java | 318 private static void executeForegroundActivity(ITestDevice device, String actionValue) in executeForegroundActivity()
|