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

  /frameworks/base/services/java/com/android/server/
MountService.java 124 /** Maximum number of ASEC containers allowed to be mounted. */
136 public static final int Mounted = 4;
221 * Private hash of currently mounted secure containers.
239 * Mounted OBB tracking information. Used to track the current state of all
554 // Push mounted state for all emulated storage
687 * remove those from the list of mounted OBBS.
745 } else if (st == VolumeState.Mounted) {
747 Slog.i(TAG, "Media already mounted on daemon connection");
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js 9 * flush storage", or "mounted zip archive" etc.
12 * @param {string} mountPath Where the volume is mounted.
90 * Returns the root entry of a volume mounted at mountPath.
92 * @param {string} mountPath The mounted path of the volume.
130 // After file system is mounted, we "read" drive grand root
184 * mounted at mountPath1 should be listed before the one mounted at
203 * The container of the VolumeInfo for each mounted volume.
257 * Removes the VolumeInfo of the volume mounted at mountPath.
259 * mounted
    [all...]

Completed in 393 milliseconds