mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
18 lines
568 B
Java
Generated
18 lines
568 B
Java
Generated
// Generated automatically from android.content.ComponentCallbacks2 for testing purposes
|
|
|
|
package android.content;
|
|
|
|
import android.content.ComponentCallbacks;
|
|
|
|
public interface ComponentCallbacks2 extends ComponentCallbacks
|
|
{
|
|
static int TRIM_MEMORY_BACKGROUND = 0;
|
|
static int TRIM_MEMORY_COMPLETE = 0;
|
|
static int TRIM_MEMORY_MODERATE = 0;
|
|
static int TRIM_MEMORY_RUNNING_CRITICAL = 0;
|
|
static int TRIM_MEMORY_RUNNING_LOW = 0;
|
|
static int TRIM_MEMORY_RUNNING_MODERATE = 0;
|
|
static int TRIM_MEMORY_UI_HIDDEN = 0;
|
|
void onTrimMemory(int p0);
|
|
}
|