Home
last modified time | relevance | path

Searched refs:FLAG_CLEAR_CODE_CACHE_ONLY (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl122 const int FLAG_CLEAR_CODE_CACHE_ONLY = 0x20; field
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java79 public static final int FLAG_CLEAR_CODE_CACHE_ONLY = IInstalld.FLAG_CLEAR_CODE_CACHE_ONLY; field in Installer
DPackageManagerService.java3243 | Installer.FLAG_CLEAR_CODE_CACHE_ONLY); in PackageManagerService()
3496 | FLAG_STORAGE_EXTERNAL | Installer.FLAG_CLEAR_CODE_CACHE_ONLY); in enableCompressedPackage()
17090 | FLAG_STORAGE_EXTERNAL | Installer.FLAG_CLEAR_CODE_CACHE_ONLY);
20045 clearAppDataLIF(pkg, userId, flags | Installer.FLAG_CLEAR_CODE_CACHE_ONLY);
22607 | FLAG_STORAGE_EXTERNAL | Installer.FLAG_CLEAR_CODE_CACHE_ONLY);
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp561 } else if (flags & FLAG_CLEAR_CODE_CACHE_ONLY) { in clearAppData()
567 } else if ((flags & (FLAG_CLEAR_CACHE_ONLY | FLAG_CLEAR_CODE_CACHE_ONLY)) == 0) { in clearAppData()
579 } else if (flags & FLAG_CLEAR_CODE_CACHE_ONLY) { in clearAppData()
607 } else if (flags & FLAG_CLEAR_CODE_CACHE_ONLY) { in clearAppData()
897 storageFlags | FLAG_CLEAR_CODE_CACHE_ONLY, 0); in snapshotAppData()