Searched refs:actionValue (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
H A D | DeviceAtomTestCase.java | 208 protected void executeBackgroundService(String actionValue) throws Exception { in executeBackgroundService() argument 213 KEY_ACTION, actionValue)); in executeBackgroundService() 226 protected void runActivity(String activity, String actionKey, String actionValue) in runActivity() argument 228 runActivity(activity, actionKey, actionValue, WAIT_TIME_LONG); in runActivity() 234 protected void runActivity(String activity, String actionKey, String actionValue, in runActivity() argument 236 try (AutoCloseable a = withActivity(activity, actionKey, actionValue)) { in runActivity() argument 252 protected AutoCloseable withActivity(String activity, String actionKey, String actionValue) in withActivity() argument 255 if (actionKey != null && actionValue != null) { in withActivity() 256 intentString = actionKey + " " + actionValue; in withActivity()
|
H A D | ProcStateTestCase.java | 61 protected void executeForegroundActivity(String actionValue) throws Exception { in executeForegroundActivity() argument 65 KEY_ACTION, actionValue)); in executeForegroundActivity()
|