Home
last modified time | relevance | path

Searched defs:actionValue (Results 1 – 4 of 4) 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/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java318 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground()
333 private String executeBackground(String actionValue) throws Exception { in executeBackground()
366 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground()
381 private String executeForeground(String actionValue) throws Exception { in executeForeground()
395 private String getCompletedActionString(String actionValue, String requestCode) { in getCompletedActionString()
/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()
475 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService()
484 public static void executeServiceAction(ITestDevice device, String service, String actionValue) in executeServiceAction()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java306 private static void executeForegroundActivity(ITestDevice device, String actionValue) in executeForegroundActivity()