Home
last modified time | relevance | path

Searched refs:setMinBatteryLevel (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java371 mDeviceSelection.setMinBatteryLevel(25);
380 mDeviceSelection.setMinBatteryLevel(75);
411 mDeviceSelection.setMinBatteryLevel(25);
425 mDeviceSelection.setMinBatteryLevel(25);
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java372 public void setMinBatteryLevel(Integer minBattery) { in setMinBatteryLevel() method in DeviceSelectionOptions