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

  /frameworks/base/services/core/java/com/android/server/
MountService.java 136 /** Maximum number of ASEC containers allowed to be mounted. */
148 public static final int Mounted = 4;
240 * Private hash of currently mounted secure containers.
258 * Mounted OBB tracking information. Used to track the current state of all
619 // Push mounted state for all emulated storage
740 * remove those from the list of mounted OBBS.
798 } else if (st == VolumeState.Mounted) {
800 Slog.i(TAG, "Media already mounted on daemon connection");
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 9 * flush storage", or "mounted zip archive" etc.
241 // After file system is mounted, we "read" drive grand root
307 * The container of the VolumeInfo for each mounted volume.
414 * VolumeManager is responsible for tracking list of mounted volumes.
422 * archive is mounted, but only for mounts from within this filebrowser tab.
429 * The list of VolumeInfo instances for each mounted volume.
531 // volumes in the volumeMetadataList are mounted. crbug.com/135477.
563 * Event handler called when some volume was mounted or unmounted.
614 console.warn('Mounted volume without a request: ' + volumeId);
634 * path of the archive to be mounted, or a volumeId for unmounting
    [all...]

Completed in 139 milliseconds