HomeSort by relevance Sort by last modified time
    Searched defs:VolumeManager (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 8 * VolumeManager is responsible for tracking list of mounted volumes.
13 function VolumeManager() {
36 this.driveStatus_ = VolumeManager.DriveStatus.UNMOUNTED;
39 type: VolumeManager.DriveConnectionType.OFFLINE,
40 reasons: VolumeManager.DriveConnectionType.NO_SERVICE
53 VolumeManager.prototype.onDriveConnectionStatusChanged_ = function() {
62 * @return {VolumeManager.DriveConnectionType} Connection type.
64 VolumeManager.prototype.getDriveConnectionState = function() {
69 * VolumeManager extends cr.EventTarget.
71 VolumeManager.prototype.__proto__ = cr.EventTarget.prototype
    [all...]
  /system/vold/
VolumeManager.h 53 class VolumeManager {
55 static VolumeManager *sInstance;
71 virtual ~VolumeManager();
134 static VolumeManager *Instance();
153 VolumeManager();
VolumeManager.cpp 42 #include "VolumeManager.h"
55 VolumeManager *VolumeManager::sInstance = NULL;
57 VolumeManager *VolumeManager::Instance() {
59 sInstance = new VolumeManager();
63 VolumeManager::VolumeManager() {
75 VolumeManager::~VolumeManager() {
    [all...]

Completed in 459 milliseconds