Searched refs:statusLabel (Results 1 – 6 of 6) sorted by relevance
117 return info.statusLabel; in generateLabel()118 } else if (info.statusLabel != null && !info.discharging) { in generateLabel()121 R.string.battery_state_and_duration, info.statusLabel, info.remainingLabel); in generateLabel()
55 public String statusLabel; field in BatteryInfo241 info.statusLabel = Utils.getBatteryStatus(context, batteryBroadcast); in getBatteryInfo()
95 if (TextUtils.isEmpty(mWifiTracker.statusLabel)) { in getSummary()100 ssid, mWifiTracker.statusLabel); in getSummary()
163 mBatteryInfo.statusLabel = BATTERY_STATUS; in updatePreference_noRemainingTime_showStatusLabel()173 mBatteryInfo.statusLabel = BATTERY_STATUS; in updatePreference_statusAnomalous_showStatusLabel()330 mBatteryInfo.statusLabel = BATTERY_STATUS; in setChargingState()
109 assertThat(info.statusLabel).isEqualTo(STATUS_NOT_CHARGING); in testGetBatteryInfo_hasStatusLabel()
131 mWifiTracker.statusLabel = "Very Fast"; in getSummary_wifiConnected_withSpeedLabel_shouldReturnSsid_withSpeedLabel()