-
- All Implemented Interfaces:
public class BatteryInfo.ChargingState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
UNKNOWN
private final Integer
NOT_CHARGING
private final Integer
AC_CHARGING
private final Integer
USB_CHARGING
private final Integer
WIRELESS_CHARGING
public final static BatteryInfo.ChargingState.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getUNKNOWN()
Device is not charging final Integer
getNOT_CHARGING()
Device is not charging final Integer
getAC_CHARGING()
Power source is an AC charger. final Integer
getUSB_CHARGING()
Power source is a USB port. final Integer
getWIRELESS_CHARGING()
Power source is wireless. -
-
Method Detail
-
getUNKNOWN
final Integer getUNKNOWN()
Device is not charging
-
getNOT_CHARGING
final Integer getNOT_CHARGING()
Device is not charging
-
getAC_CHARGING
final Integer getAC_CHARGING()
Power source is an AC charger.
-
getUSB_CHARGING
final Integer getUSB_CHARGING()
Power source is a USB port.
-
getWIRELESS_CHARGING
final Integer getWIRELESS_CHARGING()
Power source is wireless.
-
-
-
-