Searched refs:getStatsForUid (Results 1 – 3 of 3) sorted by relevance
45 public StorageStatsSource.AppStorageStats getStatsForUid(String volumeUuid, int uid) in getStatsForUid() method in StorageStatsSource
125 appSpace = mStatsManager.getStatsForUid(app.volumeUuid, app.uid); in loadApps()
101 when(mStorageStatsSource.getStatsForUid(any(), anyInt())).thenReturn(mAppStorageStats); in setUp()