Searched refs:MountService (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DMountServiceIdler.java70 MountService ms = MountService.sSelf;
H A DMountService.java151 class MountService extends IMountService.Stub class in inherits:IMountService.Stub,INativeDaemonConnectorCallbacks,Watchdog.Monitor
155 static MountService sSelf = null;
158 private MountService mMountService;
166 mMountService = new MountService(getContext());
202 private static final String TAG = "MountService";
1461 * Constructs a new MountService instance
1465 public MountService(Context context) { method in class:MountService
1479 // Add OBB Action Handler to MountService thread.
3133 + "This indicates an error in the MountService logic.");
/frameworks/base/include/storage/
H A DIMountService.h33 DECLARE_META_INTERFACE(MountService);
/frameworks/base/libs/storage/
H A DIMountService.cpp556 IMPLEMENT_META_INTERFACE(MountService, "IMountService")

Completed in 99 milliseconds