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