summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason parks <jparks@google.com>2011-01-05 11:56:42 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-05 11:56:42 -0800
commitac1325bcd394bdc8903b26e8593cc06753d79f29 (patch)
treee1e4fc40e4f7bc45ca2bcddf0747e2d32e320b0b /include
parent3f476b34049d062942eafcf48396f593e00bd324 (diff)
parent5af0b916f850486cff4797355bf9e7dc3352fe00 (diff)
downloadframeworks_base-ac1325bcd394bdc8903b26e8593cc06753d79f29.zip
frameworks_base-ac1325bcd394bdc8903b26e8593cc06753d79f29.tar.gz
frameworks_base-ac1325bcd394bdc8903b26e8593cc06753d79f29.tar.bz2
Merge "Add decryption support to MountService."
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 51f9aeb..68ccd95 100644
--- a/include/storage/IMountService.h
+++ b/include/storage/IMountService.h
@@ -66,6 +66,7 @@ public:
const sp<IObbActionListener>& token, const int32_t nonce) = 0;
virtual bool isObbMounted(const String16& filename) = 0;
virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
+ virtual int32_t decryptStorage(const String16& password) = 0;
};
// ----------------------------------------------------------------------------