Searched refs:deviceBattery (Results 1 – 1 of 1) sorted by relevance
510 Integer deviceBattery = getBatteryLevel(device); in matches() local511 if (deviceBattery == null) { in matches()515 if (isLessAndNotNull(deviceBattery, mMinBattery)) { in matches()519 if (isLessEqAndNotNull(mMaxBattery, deviceBattery)) { in matches()