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.java109 final long[] ceDataInodes = new long[packageNames.length]; in testGetAppSize() local
122 appId, ceDataInodes, codePaths, stats); in testGetAppSize()
127 appId, ceDataInodes, codePaths, quotaStats); in testGetAppSize()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java276 final long[] ceDataInodes = new long[1]; in queryStatsForPackage() local
289 appId, ceDataInodes, codePaths, stats); in queryStatsForPackage()
314 final long[] ceDataInodes = new long[packageNames.length]; in queryStatsForUid() local
335 appId, ceDataInodes, codePaths, stats); in queryStatsForUid()
340 appId, ceDataInodes, codePaths, manualStats); in queryStatsForUid()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl41 int userId, int flags, int appId, in long[] ceDataInodes, in getAppSize() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java248 long[] ceDataInodes, String[] codePaths, PackageStats stats) in getAppSize() argument
258 appId, ceDataInodes, codePaths); in getAppSize()
DPackageManagerService.java19542 final long[] ceDataInodes = { ps.getCeDataInode(userId) };
19547 ps.appId, ceDataInodes, codePaths, stats);
/frameworks/native/cmds/installd/
DInstalldNativeService.h82 int32_t appId, const std::vector<int64_t>& ceDataInodes,
DInstalldNativeService.cpp1733 int32_t appId, const std::vector<int64_t>& ceDataInodes, in getAppSize() argument
1808 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()