HomeSort by relevance Sort by last modified time
    Searched refs:MountService (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/
MountServiceIdler.java 70 MountService ms = MountService.sSelf;
MountService.java 151 class MountService extends IMountService.Stub
155 static MountService sSelf = null;
158 private MountService mMountService;
166 mMountService = new MountService(getContext());
202 private static final String TAG = "MountService";
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 40 DECLARE_META_INTERFACE(MountService);
  /frameworks/base/include/storage/
IMountService.h 33 DECLARE_META_INTERFACE(MountService);
  /frameworks/base/libs/storage/
IMountService.cpp 556 IMPLEMENT_META_INTERFACE(MountService, "IMountService")

Completed in 67 milliseconds