HomeSort by relevance Sort by last modified time
    Searched refs:MountService (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 40 DECLARE_META_INTERFACE(MountService);
  /frameworks/base/include/storage/
IMountService.h 33 DECLARE_META_INTERFACE(MountService);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 30 import static com.android.server.MountService.buildObbPath;
  /frameworks/base/services/java/com/android/server/
SystemServer.java 136 MountService mountService = null;
409 * NotificationManagerService is dependant on MountService,
410 * (for media / usb notifications) so we must start MountService first.
413 mountService = new MountService(context);
414 ServiceManager.addService("mount", mountService);
548 * MountService has a few dependencies: Notification Manager and
549 * AppWidget Provider. Make sure MountService is completely started
552 if (mountService != null && !onlyCore)
    [all...]
MountService.java 102 * MountService implements back-end services for platform storage
105 * to access the MountService.
107 class MountService extends IMountService.Stub
120 private static final String TAG = "MountService";
518 + " still waiting for MountService ready...");
521 Slog.w(TAG, "Interrupt while waiting for MountService to be ready.");
719 new Thread("MountService#onDaemonConnected") {
    [all...]
BackupManagerService.java     [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 547 IMPLEMENT_META_INTERFACE(MountService, "IMountService");

Completed in 6201 milliseconds