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

/frameworks/base/services/java/com/android/server/
H A DMountService.java96 * MountService implements back-end services for platform storage
99 * to access the MountService.
101 class MountService extends IMountService.Stub class in inherits:IMountService.Stub,INativeDaemonConnectorCallbacks,Watchdog.Monitor
114 private static final String TAG = "MountService";
508 + " still waiting for MountService ready...");
511 Slog.w(TAG, "Interrupt while waiting for MountService to be ready.");
687 new Thread("MountService#onDaemonConnected") {
1277 * Constructs a new MountService instance
1281 public MountService(Context context) { method in class:MountService
1291 mHandlerThread = new HandlerThread("MountService");
[all...]

Completed in 67 milliseconds