public class

GovernorUnknown

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

Class Overview

Represents a governor of type 'unknown'. This governor is returned by the CPUManager when it cannot recognize the type of governor configured.

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.