ContentProvider.InterfaceConsts Class

Definition

Contains managed aliases for constants declared by ContentProvider.

public static class ContentProvider.InterfaceConsts
type ContentProvider.InterfaceConsts = class
Inheritance
ContentProvider.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

Name Description
TrimMemoryBackground
Obsolete.

Level for #onTrimMemory(int): the process has gone on to the LRU list.

TrimMemoryComplete

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.

TrimMemoryModerate

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.

TrimMemoryRunningCritical

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.

TrimMemoryRunningLow

Level for #onTrimMemory(int): the process is not an expendable background process, but the device is running low on memory.

TrimMemoryRunningModerate

Level for #onTrimMemory(int): the process is not an expendable background process, but the device is running moderately low on memory.

TrimMemoryUiHidden
Obsolete.

Level for #onTrimMemory(int): the process had been showing a user interface, and is no longer doing so.

Applies to