public class

GovernorUserSpace

extends Governor
java.lang.Object
   ↳ com.digi.android.system.cpu.Governor
     ↳ com.digi.android.system.cpu.GovernorUserSpace

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

[Expand]
Inherited Constants
From class com.digi.android.system.cpu.Governor
[Expand]
Inherited Fields
From class com.digi.android.system.cpu.Governor
Protected Methods
String getTag()
Returns the class tag used for logging purposes.
[Expand]
Inherited Methods
From class com.digi.android.system.cpu.Governor
From class java.lang.Object

Protected Methods

protected String getTag ()

Returns the class tag used for logging purposes.

Returns
String The class tag.