Class Overview
Represents a governor of type 'userspace'. This governor allows the user
to set the CPU to a specific frequency using the
CPUManager.setFrequency(int) method of the CPUManager.
This governor does not include any extra configuration parameter.
Summary
| Protected Methods |
|
String
|
getTag()
Returns the class tag used for logging purposes.
|
|
[Expand]
Inherited Methods |
From class
com.digi.android.system.cpu.Governor
|
GovernorType
|
getGovernorType()
Returns the governor type ID.
|
|
String
|
getSettingPath(String settingPath)
Returns the absolute governor setting path depending on the governor
type.
|
|
abstract
String
|
getTag()
Returns the class tag used for logging purposes.
|
|
String
|
readFile(String settingPath)
Reads and returns the value contained in the file corresponding to the
given path.
|
|
void
|
writeFile(String settingPath, String settingValue)
Writes the provided value in the file corresponding to the given path.
|
|
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(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Protected Methods
protected
String
getTag
()
Returns the class tag used for logging purposes.
| Returns |
String |
The class tag.
|