Searched refs:mStorageStats (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
H A DDiskStatsLoggingServiceTest.java74 private ExternalStorageStats mStorageStats; field in class:DiskStatsLoggingServiceTest
87 mStorageStats = new ExternalStorageStats();
89 .thenReturn(mStorageStats);
122 mStorageStats.audioBytes = 6L;
123 mStorageStats.imageBytes = 4L;
124 mStorageStats.videoBytes = 5L;
125 mStorageStats.totalBytes = 22L;

Completed in 66 milliseconds