Home
last modified time | relevance | path

Searched refs:ceDataInodes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DInstallerTest.java108 final long[] ceDataInodes = new long[packageNames.length]; in testGetAppSize() local
121 appId, ceDataInodes, codePaths, stats); in testGetAppSize()
126 appId, ceDataInodes, codePaths, quotaStats); in testGetAppSize()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java277 final long[] ceDataInodes = new long[1]; in queryStatsForPackage() local
290 appId, ceDataInodes, codePaths, stats); in queryStatsForPackage()
315 final long[] ceDataInodes = new long[packageNames.length]; in queryStatsForUid() local
336 appId, ceDataInodes, codePaths, stats); in queryStatsForUid()
341 appId, ceDataInodes, codePaths, manualStats); in queryStatsForUid()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl38 int userId, int flags, int appId, in long[] ceDataInodes, in getAppSize() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java239 long[] ceDataInodes, String[] codePaths, PackageStats stats) in getAppSize() argument
244 appId, ceDataInodes, codePaths); in getAppSize()
DPackageManagerService.java19539 final long[] ceDataInodes = { ps.getCeDataInode(userId) };
19544 ps.appId, ceDataInodes, codePaths, stats);
/frameworks/native/cmds/installd/
DInstalldNativeService.h65 int32_t appId, const std::vector<int64_t>& ceDataInodes,
DInstalldNativeService.cpp1433 int32_t appId, const std::vector<int64_t>& ceDataInodes, in getAppSize() argument
1507 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()