HomeSort by relevance Sort by last modified time
    Searched defs:IMountServiceListener (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/storage/
IMountServiceListener.h 25 class IMountServiceListener: public IInterface {
36 class BnMountServiceListener: public BnInterface<IMountServiceListener> {
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 31 public interface IMountServiceListener extends 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 56 milliseconds