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

/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2794 return isInstalledOrNull(injectPackageInfoWithUninstalled(
2830 return isInstalledOrNull(injectApplicationInfoWithUninstalled(packageName, userId));
2860 return isInstalledOrNull(injectGetActivityInfoWithMetadataWithUninstalled(
2973 private static ApplicationInfo isInstalledOrNull(ApplicationInfo ai) { method in class:ShortcutService
2977 private static PackageInfo isInstalledOrNull(PackageInfo pi) { method in class:ShortcutService
2981 private static ActivityInfo isInstalledOrNull(ActivityInfo ai) { method in class:ShortcutService

Completed in 44 milliseconds