Searched refs:deviceBattery (Results 1 – 1 of 1) sorted by relevance
504 Integer deviceBattery = getBatteryLevel(device); in matches() local505 if (deviceBattery == null) { in matches()509 if (isLessAndNotNull(deviceBattery, mMinBattery)) { in matches()513 if (isLessEqAndNotNull(mMaxBattery, deviceBattery)) { in matches()