summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/storage/IMountService.java
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-0/+64
|\
| * am b8040265: Merge "Give secondary users read-only physical cards." into mnc-devJeff Sharkey2015-07-291-3/+5
| |\
| * \ resolved conflicts for merge of 8cee6587 to mnc-dr-devIan Pedowitz2015-07-131-32/+9
| |\ \
| * | | Delete the user key when deleting a user.Paul Crowley2015-07-091-0/+30
| * | | Use mount service to create user dirs.Paul Crowley2015-07-091-0/+34
* | | | Added 'EncryptWipeStorage' API to MountService APIAmit Blay2015-10-061-1/+38
| |_|/ |/| |
* | | Give secondary users read-only physical cards.Jeff Sharkey2015-07-281-3/+5
| |/ |/|
* | Teach storage appops.Svet Ganov2015-07-131-32/+9
|/
* Let's reinvent storage, yet again!Jeff Sharkey2015-06-251-0/+26
* Command to change force adoptable state.Jeff Sharkey2015-05-151-0/+26
* Initial pass at storage benchmarks.Jeff Sharkey2015-05-151-0/+27
* New "sm" shell tool to call StorageManager.Jeff Sharkey2015-05-121-2/+24
* Split some VolumeInfo state into VolumeRecord.Jeff Sharkey2015-04-281-16/+68
* Migrate primary external storage.Jeff Sharkey2015-04-241-3/+9
* Package and storage movement callbacks.Jeff Sharkey2015-04-231-0/+52
* Persist nickname and flags for volumes.Jeff Sharkey2015-04-141-3/+61
* Storage methods using IDs, update listeners.Jeff Sharkey2015-04-041-2/+151
* Parcelable objects for Disk/Volume.Jeff Sharkey2015-04-041-0/+55
* Progress towards dynamic storage support.Jeff Sharkey2015-03-301-3/+5
* Bring MountService into the SystemService world.Jeff Sharkey2015-03-211-0/+25
* Be increasingly aggressive about fstrim if it isn't being runChristopher Tate2014-11-251-0/+63
* Add constants so we can distinguish decryption failuresPaul Lawrence2014-09-021-2/+6
* Installing splits into ASECs!Jeff Sharkey2014-08-221-3/+45
* Merge "Allow encryption when keyguard is set to pattern or no protection"Paul Lawrence2014-04-101-3/+5
|\
| * Allow encryption when keyguard is set to pattern or no protectionPaul Lawrence2014-04-031-3/+5
* | Save OwnerInfo so CryptKeeper can display at boot timePaul Lawrence2014-04-021-1/+66
|/
* Don't double prompt on booting encrypted devicePaul Lawrence2014-03-281-1/+59
* Revert "Don't prompt at boot if we already did that when decrypting"Paul Lawrence2014-03-261-59/+1
* Don't prompt at boot if we already did that when decryptingPaul Lawrence2014-03-131-1/+59
* Support default, pattern, pin and password encryption typesPaul Lawrence2014-02-131-3/+37
* Delegate mkdirs() to vold when lacking perms.Jeff Sharkey2013-09-201-2/+38
* Handle multi-user mountObb() requests.Jeff Sharkey2012-09-251-20/+21
* Include user identifier in external storage paths.Jeff Sharkey2012-09-111-6/+6
* Wait for ASECs to be scanned before proceedingKenny Root2012-05-171-1/+8
* Allow forward locked apps to be in ASECsKenny Root2012-04-251-4/+55
* Require device encryption password to perform adb backup/restoreChristopher Tate2011-10-131-0/+26
* Revert encryption mapping for device wipes.Ben Komalo2011-09-091-5/+13
* Expose getting encryptstate through IMountServiceBen Komalo2011-09-061-1/+41
* Plumb information from the framework about asec container size.Dianne Hackborn2011-06-281-0/+33
* StorageManager: Clean up and generalize storage configuration resourcesMike Lockwood2011-05-161-6/+8
* DO NOT MERGE StorageManager: Add getVolumeList() and getVolumeState() methodsMike Lockwood2011-05-031-0/+29
* Update the encryption password when the device password is changed.Jason parks2011-01-281-1/+34
* Add a method enable encryption.Jason parks2011-01-121-0/+32
* Add decryption support to MountService.Jason parks2011-01-051-0/+32
* resolved conflicts for merge of 8bb7a1df to masterKenny Root2010-10-131-7/+13
|\
| * OBB: rearrange to be entirely asynchronousKenny Root2010-10-111-7/+13
* | Add API to check for emulated external storageKenny Root2010-10-121-0/+33
|/
* Reorganize MountService IPCKenny Root2010-08-201-0/+1046