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

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java289 * can communicate with the systems mount service.
303 mMountService = IMountService.Stub.asInterface(ServiceManager.getService("mount"));
305 throw new IllegalStateException("Failed to find running mount service");
402 * <em>Note:</em> you can only mount OBB files for which the OBB tag on the
404 * That is, shared UID applications can attempt to mount any other
411 * @return whether the mount call was successfully queued or not
425 Log.e(TAG, "Failed to mount OBB", e);
439 * <em>Note:</em> you can only mount OBB files for which the OBB tag on the
460 Log.e(TAG, "Failed to mount OBB", e);
659 public void mount(Strin method in class:StorageManager
[all...]
H A DIMountService.java146 * Mount external storage at given mount point. Returns an int
167 * Safely unmount external storage at given mount point. The unmount
189 * Format external storage given a mount point. Returns an int
966 public void mount(String volId) throws RemoteException { method in class:IMountService.Stub.Proxy
1785 mount(volId);
1935 * Format external storage given a mount point. Returns an int consistent
2003 * Mount external storage at given mount point. Returns an int consistent
2047 * Safely unmount external storage at given mount point. The unmount is an
2050 * @param mountPoint the mount point
2193 public void mount(Strin method in interface:IMountService
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java161 publishBinderService("mount", mMountService);
639 Slog.i(TAG, "Ignoring mount " + vol.getId() + " due to policy");
643 mConnector.execute("volume", "mount", vol.id, vol.mountFlags,
818 // bind mount against.
895 // the system locale out of the mount service.
918 Slog.d(TAG, "Got locale " + systemLocale + " from mount service");
925 Slog.e(TAG, "Error setting system locale from mount service", e);
929 Slog.d(TAG, "Setting system properties to " + systemLocale + " from mount service");
1593 mount(findVolumeIdForPathOrThrow(path));
1609 public void mount(Strin method in class:MountService
[all...]

Completed in 68 milliseconds