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

android.os.TokenWatcher Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.os;
public abstract class TokenWatcher
{
public  TokenWatcher(android.os.Handler h, java.lang.String tag) { throw new RuntimeException("Stub!"); }
public abstract  void acquired();
public abstract  void released();
public  void acquire(android.os.IBinder token, java.lang.String tag) { throw new RuntimeException("Stub!"); }
public  void cleanup(android.os.IBinder token, boolean unlink) { throw new RuntimeException("Stub!"); }
public  void release(android.os.IBinder token) { throw new RuntimeException("Stub!"); }
public  boolean isAcquired() { throw new RuntimeException("Stub!"); }
public  void dump() { throw new RuntimeException("Stub!"); }
public  void dump(java.io.PrintWriter pw) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy