Update MountService to StorageManagerService.

Bug: 30977067
Test: N/A
Change-Id: I8c5eda7ed068bc7c184d559c0a27c52a74094f1a
This commit is contained in:
Sudheer Shanka
2016-11-09 15:47:53 -08:00
parent 2c61018618
commit ee2d592c72
4 changed files with 16 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ public class StorageWizardMigrateConfirm extends StorageWizardBase {
public void onNavigateNext() {
int moveId;
// We only expect exceptions from MountService#setPrimaryStorageUuid
// We only expect exceptions from StorageManagerService#setPrimaryStorageUuid
try {
moveId = getPackageManager().movePrimaryStorage(mVolume);
} catch (IllegalArgumentException e) {