HomeSort by relevance Sort by last modified time
    Searched refs:ceDataInode (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 44 public long ceDataInode;
80 ceDataInode = o.ceDataInode;
191 if (ceDataInode != oldState.ceDataInode) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 364 return readUserState(userId).ceDataInode;
367 void setCeDataInode(long ceDataInode, int userId) {
368 modifyUserState(userId).ceDataInode = ceDataInode;
425 void setUserState(int userId, long ceDataInode, int enabled, boolean installed, boolean stopped,
434 state.ceDataInode = ceDataInode;
Installer.java 198 long ceDataInode) throws InstallerException {
201 mInstalld.clearAppData(uuid, packageName, userId, flags, ceDataInode);
208 long ceDataInode) throws InstallerException {
211 mInstalld.destroyAppData(uuid, packageName, userId, flags, ceDataInode);
Settings.java 215 private static final String ATTR_CE_DATA_INODE = "ceDataInode";
    [all...]
PackageManagerService.java     [all...]
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 31 int userId, int flags, long ceDataInode);
33 int userId, int flags, long ceDataInode);
  /frameworks/native/cmds/installd/
InstalldNativeService.h 57 const std::string& packageName, int32_t userId, int32_t flags, int64_t ceDataInode);
59 const std::string& packageName, int32_t userId, int32_t flags, int64_t ceDataInode);
InstalldNativeService.cpp 591 const std::string& packageName, int32_t userId, int32_t flags, int64_t ceDataInode) {
602 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
669 const std::string& packageName, int32_t userId, int32_t flags, int64_t ceDataInode) {
680 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageUserStateTest.java 53 oldUserState.ceDataInode = 4000L;
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 128 milliseconds