Use the upstreamed StorageStatsSource wrapper.

This was upstreamed into SettingsLib when similar wrappers
started showing up in other projects. Settings, however, was
using the non-upstreamed version.

Change-Id: Iffadb75655165d3b64a25fd7b21e5b9765cb40be
Fixes: 35680800
Test: Settings Robotests still pass despite the data swap out.
This commit is contained in:
Daniel Nishi
2017-02-08 17:16:19 -08:00
parent 182e6ce2c7
commit e3ac0cd6db
4 changed files with 3 additions and 93 deletions

View File

@@ -26,7 +26,7 @@ import android.text.format.Formatter;
import com.android.settings.R;
import com.android.settings.Utils;
import com.android.settings.deviceinfo.storage.StorageStatsSource;
import com.android.settingslib.applications.StorageStatsSource;
/**
* MusicViewHolderController controls an Audio/Music file view in the ManageApplications view.