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

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

Completed in 59 milliseconds