Searched refs:resistance (Results 1 – 5 of 5) sorted by relevance
199 internal var resistance: ResistanceConfig? by mutableStateOf(null) variable205 val resistanceDelta = resistance?.computeResistance(overflow) ?: 0f in <lambda>()562 resistance: ResistanceConfig? = resistanceConfig(anchors.keys),574 properties["resistance"] = resistance in <lambda>()589 state.resistance = resistance in <lambda>()
439 resistance = null in bottomSheetSwipeable()
113 MIN_RESISTANCE, // Snapshot at min batt resistance over 24hrs.114 MAX_RESISTANCE, // Snapshot at max batt resistance over 24hrs.121 AVG_RESISTANCE, // Snapshot at average battery resistance over 24hrs.
6090 // FIELD: Battery health snapshot type - min daily voltage, resistance, etc.6171 // FIELD: Instantaneous battery resistance in microohms.
4687 MIN_RESISTANCE = 3; // Snapshot at min batt resistance over 24hrs.4688 MAX_RESISTANCE = 4; // Snapshot at max batt resistance over 24hrs.4695 AVG_RESISTANCE = 11; // Snapshot at average battery resistance over 24hrs.