Searched defs:ceDataInode (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/core/java/android/content/pm/ |
| D | PackageUserState.java | 39 public long ceDataInode; field in PackageUserState
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | Installer.java | 102 public void clearAppData(String uuid, String pkgname, int userid, int flags, long ceDataInode) in clearAppData() 107 public void destroyAppData(String uuid, String pkgname, int userid, int flags, long ceDataInode) in destroyAppData() 119 public void getAppSize(String uuid, String pkgname, int userid, int flags, long ceDataInode, in getAppSize()
|
| D | PackageSettingBase.java | 333 void setCeDataInode(long ceDataInode, int userId) { in setCeDataInode() 377 void setUserState(int userId, long ceDataInode, int enabled, boolean installed, boolean stopped, in setUserState()
|
| D | Settings.java | 1657 final long ceDataInode = XmlUtils.readLongAttribute(parser, ATTR_CE_DATA_INODE, in readPackageRestrictionsLPr() local
|
| D | PackageManagerService.java | 7491 final long ceDataInode = (ps != null) ? ps.getCeDataInode(realUserId) : 0; in clearAppDataLeafLIF() local 7519 final long ceDataInode = (ps != null) ? ps.getCeDataInode(realUserId) : 0; in destroyAppDataLeafLIF() local 19756 final long ceDataInode = mInstaller.getAppDataInode(volumeUuid, packageName, userId, in prepareAppDataLeafLIF() local
|