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

android.os.HandlerThread Maven / Gradle / Ivy

package android.os;

public class HandlerThread {
    public HandlerThread(String name, int flags) {

    }

    public void start() {

    }

    public Looper getLooper() {
        return new Looper();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy