Uses of Class
com.mitac.api.server.BatteryInfoType
-
Packages that use BatteryInfoType Package Description com.mitac.api.libs com.mitac.api.server -
-
Uses of BatteryInfoType in com.mitac.api.libs
Methods in com.mitac.api.libs with parameters of type BatteryInfoType Modifier and Type Method Description java.lang.String
Battery. getBatteryInfo(BatteryInfoType type)
Get battery info value -
Uses of BatteryInfoType in com.mitac.api.server
Fields in com.mitac.api.server with type parameters of type BatteryInfoType Modifier and Type Field Description static android.os.Parcelable.Creator<BatteryInfoType>
BatteryInfoType. CREATOR
Methods in com.mitac.api.server that return BatteryInfoType Modifier and Type Method Description static BatteryInfoType
BatteryInfoType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BatteryInfoType[]
BatteryInfoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-