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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2190 boolean appStillExists) {
2194 appStillExists));
2207 boolean appStillExists) {
2237 if (appStillExists && (packageUserId == owningUserId)) {
2656 /* appStillExists = */ false);
2725 cleanUpPackageForAllLoadedUsers(packageName, packageUserId, /* appStillExists = */ false);
2735 cleanUpPackageForAllLoadedUsers(packageName, packageUserId, /* appStillExists = */ true);
3581 /* appStillExists = */ true);
2189 cleanUpPackageForAllLoadedUsers(String packageName, @UserIdInt int packageUserId, boolean appStillExists) argument
2206 cleanUpPackageLocked(String packageName, int owningUserId, int packageUserId, boolean appStillExists) argument

Completed in 43 milliseconds