Searched defs:clearAppDataLIF (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2729 clearAppDataLIF(ps.pkg, UserHandle.USER_ALL,
7607 private void clearAppDataLIF(PackageParser.Package pkg, int userId, int flags) { method in class:PackageManagerService
14372 clearAppDataLIF(pkg, UserHandle.USER_ALL, StorageManager.FLAG_STORAGE_DE
14500 clearAppDataLIF(pkg, UserHandle.USER_ALL, StorageManager.FLAG_STORAGE_DE
16471 clearAppDataLIF(pkg, userId,
16682 clearAppDataLIF(pkg, userId, flags | Installer.FLAG_CLEAR_CACHE_ONLY);
16683 clearAppDataLIF(pkg, userId, flags | Installer.FLAG_CLEAR_CODE_CACHE_ONLY);
19228 clearAppDataLIF(ps.pkg, UserHandle.USER_ALL,

Completed in 91 milliseconds