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

/frameworks/base/include/storage/
H A DIMountShutdownObserver.h25 class IMountShutdownObserver: public IInterface class in namespace:android
35 class BnMountShutdownObserver: public BnInterface<IMountShutdownObserver>
/frameworks/base/core/java/android/os/storage/
H A DIMountShutdownObserver.java30 public interface IMountShutdownObserver extends IInterface { interface in inherits:IInterface
32 public static abstract class Stub extends Binder implements IMountShutdownObserver {
33 private static final java.lang.String DESCRIPTOR = "IMountShutdownObserver";
41 * Cast an IBinder object into an IMountShutdownObserver interface,
44 public static IMountShutdownObserver asInterface(IBinder obj) {
49 if (((iin != null) && (iin instanceof IMountShutdownObserver))) {
50 return ((IMountShutdownObserver) iin);
52 return new IMountShutdownObserver.Stub.Proxy(obj);
79 private static class Proxy implements IMountShutdownObserver {

Completed in 477 milliseconds