Java android.content ComponentCallbacks2 fields, constructors, methods, implement or subclass

Example usage for Java android.content ComponentCallbacks2 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content ComponentCallbacks2.

The text is from its open source code.

Implementation

android.content.ComponentCallbacks2 has the following implementations.
Click this link to see all its implementation.

Field

intTRIM_MEMORY_COMPLETE
Level for #onTrimMemory(int) : the process is nearing the end of the background LRU list, and if more memory isn't found soon it will be killed.
intTRIM_MEMORY_MODERATE
Level for #onTrimMemory(int) : the process is around the middle of the background LRU list; freeing memory can help the system keep other processes running later in the list for better overall performance.
intTRIM_MEMORY_BACKGROUND
Level for #onTrimMemory(int) : the process has gone on to the LRU list.
intTRIM_MEMORY_UI_HIDDEN
Level for #onTrimMemory(int) : the process had been showing a user interface, and is no longer doing so.
intTRIM_MEMORY_RUNNING_CRITICAL
Level for #onTrimMemory(int) : the process is not an expendable background process, but the device is running extremely low on memory and is about to not be able to keep any background processes running.
intTRIM_MEMORY_RUNNING_LOW
Level for #onTrimMemory(int) : the process is not an expendable background process, but the device is running low on memory.
intTRIM_MEMORY_RUNNING_MODERATE
Level for #onTrimMemory(int) : the process is not an expendable background process, but the device is running moderately low on memory.

Constructor