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

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java111 * MountService implements back-end services for platform storage
114 * to access the MountService.
116 class MountService extends IMountService.Stub class in inherits:IMountService.Stub,INativeDaemonConnectorCallbacks,Watchdog.Monitor
120 static MountService sSelf = null;
132 private static final String TAG = "MountService";
575 + " still waiting for MountService ready...");
578 Slog.w(TAG, "Interrupt while waiting for MountService to be ready.");
772 new Thread("MountService#onDaemonConnected") {
950 new Thread("MountService#VolumeDiskInserted") {
1242 new Thread("MountService#AvailabilityChang
1448 public MountService(Context context) { method in class:MountService
[all...]

Completed in 763 milliseconds