Searched refs:getExternalStorageStats (Results 1 – 5 of 5) sorted by relevance
161 when(mMockSource.getExternalStorageStats(any(), eq(UserHandle.SYSTEM))) in testMultipleUsers()163 when(mMockSource.getExternalStorageStats(any(), eq(new UserHandle(SECONDARY_USER_ID)))) in testMultipleUsers()222 when(mMockSource.getExternalStorageStats(anyString(), eq(UserHandle.SYSTEM))) in testPackageIsNotDoubleCounted()225 when(mMockSource.getExternalStorageStats(anyString(), in testPackageIsNotDoubleCounted()
150 when(mSource.getExternalStorageStats(anyString(), eq(UserHandle.SYSTEM))) in testMultipleUsers()152 when(mSource.getExternalStorageStats(anyString(), eq(new UserHandle(SECONDARY_USER_ID)))) in testMultipleUsers()
39 public StorageStatsSource.ExternalStorageStats getExternalStorageStats(String volumeUuid, in getExternalStorageStats() method in StorageStatsSource
153 result.mStorageStats = mStatsManager.getExternalStorageStats(null, in getStorageResultForUser()
200 result.externalStats = mStatsManager.getExternalStorageStats(mUuid, in getAppsAndGamesSize()