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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2803 return isInstalledOrNull(injectPackageInfoWithUninstalled(
2839 return isInstalledOrNull(injectApplicationInfoWithUninstalled(packageName, userId));
2869 return isInstalledOrNull(injectGetActivityInfoWithMetadataWithUninstalled(
2982 private static ApplicationInfo isInstalledOrNull(ApplicationInfo ai) { method in class:ShortcutService
2986 private static PackageInfo isInstalledOrNull(PackageInfo pi) { method in class:ShortcutService
2990 private static ActivityInfo isInstalledOrNull(ActivityInfo ai) { method in class:ShortcutService

Completed in 44 milliseconds