Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java319 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground() argument
320 String requestCode = executeBackground(actionValue); in executeBackground()
321 String searchString = getCompletedActionString(actionValue, requestCode); in executeBackground()
334 private String executeBackground(String actionValue) throws Exception { in executeBackground() argument
340 KEY_ACTION, actionValue, in executeBackground()
367 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground() argument
368 String requestCode = executeForeground(actionValue); in executeForeground()
369 String searchString = getCompletedActionString(actionValue, requestCode); in executeForeground()
382 private String executeForeground(String actionValue) throws Exception { in executeForeground() argument
387 KEY_ACTION, actionValue, in executeForeground()
[all …]
/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java119 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity() argument
120 runActivity(device, pkgName, activity, actionKey, actionValue, in runActivity()
134 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity() argument
136 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
153 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity() argument
155 if (actionKey != null && actionValue != null) { in withActivity()
156 intentString = actionKey + " " + actionValue; in withActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DDeviceAtomTestCase.java216 protected void executeBackgroundService(String actionValue) throws Exception { in executeBackgroundService() argument
221 KEY_ACTION, actionValue)); in executeBackgroundService()
227 protected void runActivity(String activity, String actionKey, String actionValue) in runActivity() argument
229 runActivity(activity, actionKey, actionValue, WAIT_TIME_LONG); in runActivity()
235 protected void runActivity(String activity, String actionKey, String actionValue, in runActivity() argument
237 try (AutoCloseable a = withActivity(activity, actionKey, actionValue)) { in runActivity() argument
253 protected AutoCloseable withActivity(String activity, String actionKey, String actionValue) in withActivity() argument
256 if (actionKey != null && actionValue != null) { in withActivity()
257 intentString = actionKey + " " + actionValue; in withActivity()
DProcStateAtomTests.java305 private static void executeForegroundActivity(ITestDevice device, String actionValue) in executeForegroundActivity() argument
310 "action", actionValue)); in executeForegroundActivity()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java253 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in runActivity() argument
254 runActivity(device, pkgName, activity, actionKey, actionValue, in runActivity()
268 @Nullable String actionKey, @Nullable String actionValue, long waitTimeMs) in runActivity() argument
270 try (AutoCloseable a = withActivity(device, pkgName, activity, actionKey, actionValue)) { in runActivity() argument
287 @Nullable String actionKey, @Nullable String actionValue) throws Exception { in withActivity() argument
289 if (actionKey != null && actionValue != null) { in withActivity()
290 intentString = actionKey + " " + actionValue; in withActivity()
395 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService() argument
397 executeServiceAction(device, "StatsdCtsBackgroundService", actionValue); in executeBackgroundService()
404 public static void executeServiceAction(ITestDevice device, String service, String actionValue) in executeServiceAction() argument
[all …]