android.os.HandlerThread Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.os;
public class HandlerThread
extends java.lang.Thread
{
public HandlerThread(java.lang.String name) { throw new RuntimeException("Stub!"); }
public HandlerThread(java.lang.String name, int priority) { throw new RuntimeException("Stub!"); }
protected void onLooperPrepared() { throw new RuntimeException("Stub!"); }
public void run() { throw new RuntimeException("Stub!"); }
public android.os.Looper getLooper() { throw new RuntimeException("Stub!"); }
public boolean quit() { throw new RuntimeException("Stub!"); }
public int getThreadId() { throw new RuntimeException("Stub!"); }
}