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

/frameworks/base/services/java/com/android/server/
H A DMountService.java101 * MountService implements back-end services for platform storage
104 * to access the MountService.
106 class MountService extends IMountService.Stub class in inherits:IMountService.Stub,INativeDaemonConnectorCallbacks,Watchdog.Monitor
119 private static final String TAG = "MountService";
515 + " still waiting for MountService ready...");
518 Slog.w(TAG, "Interrupt while waiting for MountService to be ready.");
715 new Thread("MountService#onDaemonConnected") {
833 new Thread("MountService#VolumeDiskInserted") {
1120 new Thread("MountService#AvailabilityChange") {
1308 * Constructs a new MountService instanc
1312 public MountService(Context context) { method in class:MountService
[all...]

Completed in 59 milliseconds