blob: 2ec1c51dd119abe1e25a5d834a5c028fd2e90bda [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.system.virtualizationservice;
/** Memory trim levels propagated from the app to the VM. */
public @interface MemoryTrimLevel {
/** Same meaning as in ComponentCallbacks2 */
public static final int TRIM_MEMORY_RUNNING_CRITICAL = 0;
public static final int TRIM_MEMORY_RUNNING_LOW = 1;
public static final int TRIM_MEMORY_RUNNING_MODERATE = 2;
}