summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason parks <jparks@google.com>2011-01-13 07:44:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-13 07:44:55 -0800
commit282e1c4ffae2b94265fd9cc20f68669b3a6e2781 (patch)
tree85610aa847fbfd9e6e2419b57d54198c4ee38533 /include
parentda6f7dbf9f8bf90c84147dbc57b885b3ece03e81 (diff)
parent21f62b9e461416ae61c8471f7199f104f8fe33de (diff)
downloadframeworks_base-282e1c4ffae2b94265fd9cc20f68669b3a6e2781.zip
frameworks_base-282e1c4ffae2b94265fd9cc20f68669b3a6e2781.tar.gz
frameworks_base-282e1c4ffae2b94265fd9cc20f68669b3a6e2781.tar.bz2
am 21f62b9e: Merge "Add a method enable encryption." into honeycomb
* commit '21f62b9e461416ae61c8471f7199f104f8fe33de': Add a method enable encryption.
Diffstat (limited to 'include')
-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;
};
// ----------------------------------------------------------------------------