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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2199 boolean appStillExists) {
2203 appStillExists));
2216 boolean appStillExists) {
2246 if (appStillExists && (packageUserId == owningUserId)) {
2665 /* appStillExists = */ false);
2734 cleanUpPackageForAllLoadedUsers(packageName, packageUserId, /* appStillExists = */ false);
2744 cleanUpPackageForAllLoadedUsers(packageName, packageUserId, /* appStillExists = */ true);
3590 /* appStillExists = */ true);
2198 cleanUpPackageForAllLoadedUsers(String packageName, @UserIdInt int packageUserId, boolean appStillExists) argument
2215 cleanUpPackageLocked(String packageName, int owningUserId, int packageUserId, boolean appStillExists) argument

Completed in 770 milliseconds