Searched refs:quotaStats (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | InstallerTest.java | 118 final PackageStats quotaStats = new PackageStats(app.packageName); in testGetAppSize() local 127 appId, ceDataInodes, codePaths, quotaStats); in testGetAppSize() 130 checkEquals(Arrays.toString(packageNames) + " UID=" + app.uid, stats, quotaStats); in testGetAppSize() local 140 final PackageStats quotaStats = new PackageStats("android"); in testGetUserSize() local 149 appIds, quotaStats); in testGetUserSize() 152 checkEquals(Arrays.toString(appIds), stats, quotaStats); in testGetUserSize() local 165 final long[] quotaStats = mInstaller.getExternalSize(null, UserHandle.USER_SYSTEM, in testGetExternalSize() local 170 checkEquals("#" + i, stats[i], quotaStats[i]); in testGetExternalSize()
|