summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/MountService.java
Commit message (Expand)AuthorAgeFilesLines
* Forcibly unmount the sdcard after N retries.Suchi Amalapurapu2010-04-061-26/+20
* MountService: Switch all Log -> SlogSan Mehat2010-03-251-69/+69
* Asec: Add new 'StorageNotFound' response code handling for container pathsSan Mehat2010-03-231-11/+13
* Make trying to remount an asec container non-fatalKenny Root2010-03-221-1/+4
* Add new method call back in MountService.Suchi Amalapurapu2010-03-221-50/+25
* MountService: Handle volumes shared on startupSan Mehat2010-03-221-4/+11
* Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-4/+52
* Move MountService's Handler to a different thread.Daniel Sandler2010-03-161-3/+15
* MountService: If USB cable is unplugged while UMS is active, clean up and rem...San Mehat2010-03-111-0/+25
* Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-091-49/+88
* Rework the way PackageManager binds to default container service.Suchi Amalapurapu2010-03-031-7/+0
* MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared ...Mike Lockwood2010-03-031-0/+5
* Add dialog to display storage users when enabling/disabling umsSuchi Amalapurapu2010-02-261-48/+74
* Add new handler mechanism in MountService to make unmount api asynchronous.Suchi Amalapurapu2010-02-241-9/+132
* MountService: Send UMS_CONNECTED broadcast on boot if UMS connected.San Mehat2010-02-241-9/+19
* MountService: Fix bug which would allow apps to try to rename a container who...San Mehat2010-02-241-1/+5
* MountService: Force unmount when enabling umsSan Mehat2010-02-221-1/+1
* MountService: Move boot-time mount to a thread - avoids ANR at bootSan Mehat2010-02-191-6/+16
* Make MountService work in the simulator.Marco Nelissen2010-02-181-9/+18
* framework: storage: Add 'force' option to unmount/destroy storage apis, and u...San Mehat2010-02-181-13/+26
* MountService: Add API call for getting a list of pids currently using the spe...San Mehat2010-02-161-0/+26
* MountService: Fix some mountset bugs and tighten up some return valuesSan Mehat2010-02-111-2/+34
* MountService: Add isSecureContainerMounted() API callSan Mehat2010-02-091-0/+34
* MountService: Check for failure to unmount when enabling UMS and fix reversed...San Mehat2010-02-091-2/+6
* Framework: Clean up / Refactor Mount APIsSan Mehat2010-02-091-128/+99
* MountService: Harden for pre-boot usage usersSan Mehat2010-02-081-165/+206
* MountService: Add WARN checks to ASEC calls to catch bad usersSan Mehat2010-02-081-0/+27
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-1/+11
* MountService: Massive bloat reduction and rewriteSan Mehat2010-02-021-799/+513
* Fix build.Daniel Sandler2010-01-291-1/+1
* New full-screen activity for USB mass storage interaction.Daniel Sandler2010-01-281-1/+1
* Remove destroy asec command when mounting secure containerSuchi Amalapurapu2010-01-271-1/+0
* MountService: Introduce new @hide permissions to protect secure containers.San Mehat2010-01-271-0/+41
* MountService: Don't update the storage status when we're unmountedSan Mehat2010-01-261-2/+4
* MountService: Explicitly query volume state on startupSan Mehat2010-01-261-10/+42
* MountService: Add support for renaming secure containersSan Mehat2010-01-231-0/+5
* Fix whitespace issue causing protocol syntax errorSan Mehat2010-01-221-1/+1
* MountService: CodeshrinkSan Mehat2010-01-201-17/+1
* Mount/Unmount secure containersSuchi Amalapurapu2010-01-191-0/+10
* MountService: Add new 'unmountSecureContainer' API callSan Mehat2010-01-181-0/+5
* MountService: Suppress media removed notification when enabling UMSSan Mehat2010-01-161-2/+10
* MountService: Refactor to use NativeDaemonConnector and clean-upSan Mehat2010-01-121-33/+169
* resolved conflicts for merge of d26707da to masterJean-Baptiste Queru2010-01-121-1/+15
|\
| * framework: storage: Ensure that filesystems are unmounted before shutdown/rebootSan Mehat2010-01-121-1/+74
* | framework: asec: Rename 'Cache' -> 'Container'San Mehat2010-01-111-6/+6
* | MountService: Clean up some logspamSan Mehat2010-01-111-7/+1
* | MountService: Add new Settings for UMS prompting and notification behaviorSan Mehat2010-01-081-51/+130
* | MountService: Remove ACTION_SHUTDOWN handlerSan Mehat2010-01-071-4/+0
* | MountService: Add an ACTION_SHUTDOWN handler and export a method for external...San Mehat2010-01-071-1/+64
* | framework: MountService: Add initial support for Android Secure External CachesSan Mehat2010-01-061-15/+41