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

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java451 * can communicate with the systems mount service.
465 mStorageManager = IStorageManager.Stub.asInterface(ServiceManager.getServiceOrThrow("mount"));
561 * <em>Note:</em> you can only mount OBB files for which the OBB tag on the
563 * That is, shared UID applications can attempt to mount any other
570 * @return whether the mount call was successfully queued or not
596 * <em>Note:</em> you can only mount OBB files for which the OBB tag on the
868 public void mount(String volId) { method in class:StorageManager
870 mStorageManager.mount(volId);
1149 ServiceManager.getService("mount"));
1335 .asInterface(ServiceManager.getService("mount"));
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java191 publishBinderService("mount", mStorageManagerService);
617 Slog.i(TAG, "Ignoring mount " + vol.getId() + " due to policy");
621 mVold.mount(vol.id, vol.mountFlags, vol.mountUserId);
889 // bind mount against.
973 // the system locale out of the mount service.
990 Slog.d(TAG, "Got locale " + systemLocale + " from mount service");
997 Slog.e(TAG, "Error setting system locale from mount service", e);
1001 Slog.d(TAG, "Setting system properties to " + systemLocale + " from mount service");
1649 public void mount(String volId) { method in class:StorageManagerService
1657 mVold.mount(vo
[all...]

Completed in 45 milliseconds