All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.ComponentCallbacks2 Maven / Gradle / Ivy

Go to download

This module create facades for all the APIs (classes, interfaces and annotations) that are use in the test code. The objective is to avoid the needed to download all the framework supported by the static analyzer.

The newest version!
package android.content;

public abstract interface ComponentCallbacks2 extends ComponentCallbacks
{
    public static final int TRIM_MEMORY_BACKGROUND = 40;
    public static final int TRIM_MEMORY_COMPLETE = 80;
    public static final int TRIM_MEMORY_MODERATE = 60;
    public static final int TRIM_MEMORY_RUNNING_CRITICAL = 15;
    public static final int TRIM_MEMORY_RUNNING_LOW = 10;
    public static final int TRIM_MEMORY_RUNNING_MODERATE = 5;
    public static final int TRIM_MEMORY_UI_HIDDEN = 20;

    public abstract void onTrimMemory(int paramInt);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy