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

android.os.Looper Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package android.os;

public final class Looper {

    public Thread getThread() {
        throw new RuntimeException("Stub!");
    }

    public static Looper getMainLooper() {
        throw new RuntimeException("Stub!");
    }

    public static Looper myLooper() {
        throw new RuntimeException("Stub!");
    }

    public static MessageQueue myQueue() {
        throw new RuntimeException("Stub!");
    }

    public static void prepare() {
        throw new RuntimeException("Stub!");
    }

    public void quit() {
        throw new RuntimeException("Stub!");
    }

    public void quitSafely() {
        throw new RuntimeException("Stub!");
    }

    public MessageQueue getQueue() {
        throw new RuntimeException("Stub!");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy