Searched refs:constructServiceResolveInfo (Results 1 – 1 of 1) sorted by relevance
352 ResolveInfo mbs = constructServiceResolveInfo(TEST_MEDIA_TEMPLATE_MBS); in mockPackageManagerQueries()376 ResolveInfo videoApp = constructServiceResolveInfo(TEST_VIDEO_MBS); in mockPackageManagerQueries()402 ResolveInfo notlaunchableMBSApp = constructServiceResolveInfo(TEST_NDO_MBS_NOT_LAUNCHABLE); in mockPackageManagerQueries()437 ResolveInfo launchableMBSApp = constructServiceResolveInfo(TEST_NDO_MBS_LAUNCHABLE); in mockPackageManagerQueries()470 constructServiceResolveInfo(CUSTOM_MEDIA_PACKAGE)); in mockPackageManagerQueries()498 ResolveInfo resolveInfo = constructServiceResolveInfo(TEST_ENABLED_APP); in mockTosPackageManagerQueries()572 private static ResolveInfo constructServiceResolveInfo(String packageName) { in constructServiceResolveInfo() method in AppLauncherUtilsTest