Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java374 mDeviceSelection.setMinBatteryLevel(25);
383 mDeviceSelection.setMinBatteryLevel(75);
414 mDeviceSelection.setMinBatteryLevel(25);
428 mDeviceSelection.setMinBatteryLevel(25);
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java360 public void setMinBatteryLevel(Integer minBattery) { in setMinBatteryLevel() method in DeviceSelectionOptions