summaryrefslogtreecommitdiff
path: root/libs/storage/IMountService.cpp
diff options
context:
space:
mode:
authorSudheer Shanka <sudheersai@google.com>2016-11-07 15:41:02 -0800
committerSudheer Shanka <sudheersai@google.com>2016-11-15 12:43:37 -0800
commit2250d56a0b47b93016018340c8f4040325aa5611 (patch)
treeb9264557e60e3486858b88d578b888f014e0074b /libs/storage/IMountService.cpp
parent3bfef0186464eea5877f6e5cb10621f9bc5bb4dc (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.cpp2
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")
// ----------------------------------------------------------------------