Home
last modified time | relevance | path

Searched defs:actionValue (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java119 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity()
134 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity()
136 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
153 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DDeviceAtomTestCase.java216 protected void executeBackgroundService(String actionValue) throws Exception { in executeBackgroundService()
227 protected void runActivity(String activity, String actionKey, String actionValue) in runActivity()
235 protected void runActivity(String activity, String actionKey, String actionValue, in runActivity()
237 try (AutoCloseable a = withActivity(activity, actionKey, actionValue)) { in runActivity() argument
253 protected AutoCloseable withActivity(String activity, String actionKey, String actionValue) in withActivity()
DProcStateAtomTests.java305 private static void executeForegroundActivity(ITestDevice device, String actionValue) in executeForegroundActivity()
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java319 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground()
334 private String executeBackground(String actionValue) throws Exception { in executeBackground()
367 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground()
382 private String executeForeground(String actionValue) throws Exception { in executeForeground()
396 private String getCompletedActionString(String actionValue, String requestCode) { in getCompletedActionString()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java253 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity()
268 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity()
270 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
287 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity()
395 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService()
404 public static void executeServiceAction(ITestDevice device, String service, String actionValue) in executeServiceAction()