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

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
volume_manager_wrapper.js 294 * Requests unmount the specified volume.
300 VolumeManagerWrapper.prototype.unmount = function(
304 this.unmount.bind(this, volumeInfo, successCallback, errorCallback));
308 this.volumeManager_.unmount(volumeInfo, successCallback, errorCallback);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 75 // Assumes no two successive unmount event on 2 different volumes are performed before the first
245 unmount(); method
307 // Informative dialog to user that unmount failed.
325 // removable: application cannot interfere with unmount
337 private void unmount() {
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 494 * mount/unmount received the request supposed failed.
623 case 'unmount':
630 var requestKey = this.makeRequestKey_('unmount', volumeId);
654 * @param {string} requestType 'mount' | 'unmount'. TODO(hidehiko): Replace by
688 VolumeManager.prototype.unmount = function(volumeInfo,
692 var requestKey = this.makeRequestKey_('unmount', volumeInfo.volumeId);

Completed in 120 milliseconds