[go: nahoru, domu]

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

/frameworks/base/services/core/java/com/android/server/
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.");

Completed in 81 milliseconds