Searched refs:deviceBattery (Results 1 – 1 of 1) sorted by relevance
563 Integer deviceBattery = getBatteryLevel(device); in matches() local564 if (deviceBattery == null) { in matches()569 if (isLessAndNotNull(deviceBattery, mMinBattery)) { in matches()575 deviceBattery, mMinBattery)); in matches()578 if (isLessEqAndNotNull(mMaxBattery, deviceBattery)) { in matches()584 deviceBattery, mMaxBattery)); in matches()