java.lang.Object | |
↳ | com.datalogic.device.configuration.EnterpriseBatterySaverProfiles.Profile |
The profile class.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnterpriseBatterySaverProfiles.Profile.Builder | The builder for the Profile. | ||||||||||
EnterpriseBatterySaverProfiles.Profile.Location | The location of the profile. |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | BACKGROUND_PROCESS_LIMIT_0 | Constant to set the background process limit to have no background processes. | |||||||||
int | BACKGROUND_PROCESS_LIMIT_1 | Constant to set the background process limit to have at most one background process. | |||||||||
int | BACKGROUND_PROCESS_LIMIT_2 | Constant to set the background process limit to have at most two background processes. | |||||||||
int | BACKGROUND_PROCESS_LIMIT_3 | Constant to set the background process limit to have at most three background processes. | |||||||||
int | BACKGROUND_PROCESS_LIMIT_4 | Constant to set the background process limit to have at most four background processes. | |||||||||
int | BACKGROUND_PROCESS_LIMIT_STANDARD | Constant to disable the background process limit and use the standard limit. | |||||||||
int | DOWNLOAD_RATE_LIMIT_128K | Constant to apply a download-rate limit of 128 Kbps. | |||||||||
int | DOWNLOAD_RATE_LIMIT_15M | Constant to apply a download-rate limit of 15 Mbps. | |||||||||
int | DOWNLOAD_RATE_LIMIT_1M | Constant to apply a download-rate limit of 1 Mbps. | |||||||||
int | DOWNLOAD_RATE_LIMIT_256K | Constant to apply a download-rate limit of 256 Kbps. | |||||||||
int | DOWNLOAD_RATE_LIMIT_5M | Constant to apply a download-rate limit of 5 Mbps. | |||||||||
int | DOWNLOAD_RATE_LIMIT_NONE | Constant to disable the download-rate limit. | |||||||||
int | FREQUENCY_LIMIT_AGGRESSIVE | Constant for high level of frequency limit: the frequency is limited to the minimum value. | |||||||||
int | FREQUENCY_LIMIT_INTERMEDIATE | Constant for intermediate level of frequency limit: the frequency is limited to the mean value between the minimum and maximum frequencies. | |||||||||
int | FREQUENCY_LIMIT_NONE | Constant for no frequency limit. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns whether the adaptive brightness is enabled.
| |||||||||||
Returns the list of blacklisted applications.
| |||||||||||
Returns the background process limit.
| |||||||||||
Returns the CPU frequency limit.
| |||||||||||
Returns whether the 5G is disabled.
| |||||||||||
Returns whether Bluetooth is disabled.
| |||||||||||
Returns whether the gold cluster is disabled.
| |||||||||||
Returns whether the Location service is disabled.
| |||||||||||
Returns whether the NFC is disabled.
| |||||||||||
Returns whether the Telephony service is disabled.
| |||||||||||
Returns whether Wi-Fi is disabled.
| |||||||||||
Returns whether activities are not kept.
| |||||||||||
Returns the download rate limit in Kbps.
| |||||||||||
Returns the GPU frequency limit.
| |||||||||||
Returns whether the halves brightness adjustment is enabled.
| |||||||||||
Returns the profile's install location.
| |||||||||||
Returns whether the mobile data is always active.
| |||||||||||
Returns the profile name.
| |||||||||||
Returns whether the power save governor is used.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constant to set the background process limit to have no background processes.
Constant to set the background process limit to have at most one background process.
Constant to set the background process limit to have at most two background processes.
Constant to set the background process limit to have at most three background processes.
Constant to set the background process limit to have at most four background processes.
Constant to disable the background process limit and use the standard limit.
Constant to apply a download-rate limit of 128 Kbps.
Constant to apply a download-rate limit of 15 Mbps.
Constant to apply a download-rate limit of 1 Mbps.
Constant to apply a download-rate limit of 256 Kbps.
Constant to apply a download-rate limit of 5 Mbps.
Constant to disable the download-rate limit.
Constant for high level of frequency limit: the frequency is limited to the minimum value.
Constant for intermediate level of frequency limit: the frequency is limited to the mean value between the minimum and maximum frequencies.
Constant for no frequency limit.
Returns whether the adaptive brightness is enabled.
Returns the list of blacklisted applications.
Returns whether the gold cluster is disabled.
Returns whether the Location service is disabled.
Returns whether the Telephony service is disabled.
Returns whether activities are not kept.
Returns the download rate limit in Kbps.
Returns whether the halves brightness adjustment is enabled.
Returns the profile's install location.
Returns whether the mobile data is always active.
Returns whether the power save governor is used.