Searched defs:actionValue (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/ |
D | DeviceAtomTestCase.java | 203 protected void executeBackgroundService(String actionValue) throws Exception { in executeBackgroundService() 221 protected void runActivity(String activity, String actionKey, String actionValue) in runActivity() 229 protected void runActivity(String activity, String actionKey, String actionValue, in runActivity() 231 try (AutoCloseable a = withActivity(activity, actionKey, actionValue)) { in runActivity() argument 247 protected AutoCloseable withActivity(String activity, String actionKey, String actionValue) in withActivity()
|
D | ProcStateTestCase.java | 61 protected void executeForegroundActivity(String actionValue) throws Exception { in executeForegroundActivity()
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryStatsValidationTest.java | 558 private String executeBackground(String actionValue, int maxTimeMs) throws Exception { in executeBackground() 573 private String executeBackground(String actionValue) throws Exception { in executeBackground() 606 private String executeForeground(String actionValue, int maxTimeMs) throws Exception { in executeForeground() 621 private String executeForeground(String actionValue) throws Exception { in executeForeground() 635 private String getCompletedActionString(String actionValue, String requestCode) { in getCompletedActionString()
|