diff options
author | Sudheer Shanka <sudheersai@google.com> | 2016-11-07 15:41:02 -0800 |
---|---|---|
committer | Sudheer Shanka <sudheersai@google.com> | 2016-11-15 12:43:37 -0800 |
commit | 2250d56a0b47b93016018340c8f4040325aa5611 (patch) | |
tree | b9264557e60e3486858b88d578b888f014e0074b /libs/storage/IMountService.cpp | |
parent | 3bfef0186464eea5877f6e5cb10621f9bc5bb4dc (diff) |
Rename MountService to StorageManagerService.
Bug: 30977067
Test: Existing tests pass
Change-Id: Ieac0f11c2b249dcd60441b14c1f391e6f8131d42
Diffstat (limited to 'libs/storage/IMountService.cpp')
-rw-r--r-- | libs/storage/IMountService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/storage/IMountService.cpp b/libs/storage/IMountService.cpp index fe1ee02420c2..fa3d8bd0930f 100644 --- a/libs/storage/IMountService.cpp +++ b/libs/storage/IMountService.cpp @@ -553,7 +553,7 @@ public: } }; -IMPLEMENT_META_INTERFACE(MountService, "android.os.storage.IMountService") +IMPLEMENT_META_INTERFACE(MountService, "android.os.storage.IStorageManager") // ---------------------------------------------------------------------- |