Searched defs:IObbActionListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/storage/
H A DIObbActionListener.h27 class IObbActionListener: public IInterface class in namespace:android
37 class BnObbActionListener: public BnInterface<IObbActionListener>
/frameworks/base/core/java/android/os/storage/
H A DIObbActionListener.java31 public interface IObbActionListener extends IInterface { interface in inherits:IInterface
33 public static abstract class Stub extends Binder implements IObbActionListener {
34 private static final String DESCRIPTOR = "IObbActionListener";
42 * Cast an IBinder object into an IObbActionListener interface,
45 public static IObbActionListener asInterface(IBinder obj) {
50 if (((iin != null) && (iin instanceof IObbActionListener))) {
51 return ((IObbActionListener) iin);
53 return new IObbActionListener.Stub.Proxy(obj);
84 private static class Proxy implements IObbActionListener {

Completed in 535 milliseconds