Class Overview
This class returns information about operating temperatures of the 4G radio
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Public Methods |
int
|
getCurrent()
Returns radio temperature in whole degrees Celsius.
|
int
|
getMax()
Returns maximum radio temperature in whole degrees Celsius
|
int
|
getMin()
Returns minimum radio temperature in whole degrees Celsius
|
boolean
|
isRadioOverheat()
Returns true if the radio is overheated
|
void
|
resetMinMax(PendingIntent intent)
Resets the latched minimum and maximum values
Registers the current activity to be notified via intent once
when this object content have been reset.
|
void
|
setCurrent(int current)
|
void
|
setMax(int max)
|
void
|
setMin(int min)
|
void
|
setRadioOverheat(boolean isOverHeat)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Public Constructors
public
FourGManager.RadioInfoTemperature
()
Public Methods
public
int
getCurrent
()
Returns radio temperature in whole degrees Celsius.
public
int
getMax
()
Returns maximum radio temperature in whole degrees Celsius
public
int
getMin
()
Returns minimum radio temperature in whole degrees Celsius
public
boolean
isRadioOverheat
()
Returns true if the radio is overheated
public
void
resetMinMax
(PendingIntent intent)
Resets the latched minimum and maximum values
Registers the current activity to be notified via intent once
when this object content have been reset.
public
void
setCurrent
(int current)
public
void
setMax
(int max)
public
void
setMin
(int min)
public
void
setRadioOverheat
(boolean isOverHeat)