summaryrefslogtreecommitdiffstats
path: root/include/storage/IMountService.h
diff options
context:
space:
mode:
authorJason parks <jparks@google.com>2011-01-07 09:01:15 -0600
committerJason parks <jparks@google.com>2011-01-07 09:01:56 -0600
commitd6332552761fcce700adb465ff540d30a671403c (patch)
treeb476c74c4e0872f9bf0531797da06a69c745de2f /include/storage/IMountService.h
parenta085ef3e35e986463567360b1d02a66c642ea603 (diff)
downloadframeworks_base-d6332552761fcce700adb465ff540d30a671403c.zip
frameworks_base-d6332552761fcce700adb465ff540d30a671403c.tar.gz
frameworks_base-d6332552761fcce700adb465ff540d30a671403c.tar.bz2
Add a method enable encryption.
This is for testing and needs to be cleaned up. Change-Id: I71cd5412f7096dc13d9ab61229ee9846c6f0006a
Diffstat (limited to 'include/storage/IMountService.h')
-rw-r--r--include/storage/IMountService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/storage/IMountService.h b/include/storage/IMountService.h
index 68ccd95..472d8e5 100644
--- a/include/storage/IMountService.h
+++ b/include/storage/IMountService.h
@@ -67,6 +67,7 @@ public:
virtual bool isObbMounted(const String16& filename) = 0;
virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
virtual int32_t decryptStorage(const String16& password) = 0;
+ virtual int32_t encryptStorage(const String16& password) = 0;
};
// ----------------------------------------------------------------------------