Add metrics log for special cases
Support Wifi toggle, Smart storage toggle, Manage storage, Face unlock, Pixel Imprint Bug: 137559984 Test: robotest Change-Id: I3e2e666a8bee1e54d6bd13349b5bedb48fbc42df
This commit is contained in:
@@ -63,7 +63,7 @@ public class StorageDashboardFragment extends DashboardFragment
|
||||
implements
|
||||
LoaderManager.LoaderCallbacks<SparseArray<StorageAsyncLoader.AppsStorageResult>> {
|
||||
private static final String TAG = "StorageDashboardFrag";
|
||||
private static final String SUMMARY_PREF_KEY = "pref_summary";
|
||||
private static final String SUMMARY_PREF_KEY = "storage_summary";
|
||||
private static final int STORAGE_JOB_ID = 0;
|
||||
private static final int ICON_JOB_ID = 1;
|
||||
private static final int VOLUME_SIZE_JOB_ID = 2;
|
||||
|
Reference in New Issue
Block a user