Searched defs:ceDataInode (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/content/pm/ |
| D | PackageUserState.java | 41 public long ceDataInode; field in PackageUserState
|
| /frameworks/native/cmds/installd/binder/android/os/ |
| D | IInstalld.aidl | 31 int userId, int flags, long ceDataInode); in clearAppData() 33 int userId, int flags, long ceDataInode); in destroyAppData()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | Installer.java | 185 long ceDataInode) throws InstallerException { in clearAppData() 195 long ceDataInode) throws InstallerException { in destroyAppData()
|
| D | PackageSettingBase.java | 379 void setCeDataInode(long ceDataInode, int userId) { in setCeDataInode() 423 void setUserState(int userId, long ceDataInode, int enabled, boolean installed, boolean stopped, in setUserState()
|
| D | Settings.java | 1745 final long ceDataInode = XmlUtils.readLongAttribute(parser, ATTR_CE_DATA_INODE, in readPackageRestrictionsLPr() local
|
| D | PackageManagerService.java | 9791 final long ceDataInode = (ps != null) ? ps.getCeDataInode(realUserId) : 0; in clearAppDataLeafLIF() local 9819 final long ceDataInode = (ps != null) ? ps.getCeDataInode(realUserId) : 0; in destroyAppDataLeafLIF() local 23357 long ceDataInode = -1; in prepareAppDataLeafLIF() local
|
| /frameworks/native/cmds/installd/ |
| D | InstalldNativeService.cpp | 502 const std::string& packageName, int32_t userId, int32_t flags, int64_t ceDataInode) { in clearAppData() 582 const std::string& packageName, int32_t userId, int32_t flags, int64_t ceDataInode) { in destroyAppData()
|