Searched refs:selectUpdateToLaunch (Results 1 – 7 of 7) sorted by relevance
37 fun selectUpdateToLaunch(updates: List<UpdateEntity>, filters: JSONObject?): UpdateEntity? { in selectUpdateToLaunch() method38 return launcherSelectionPolicy.selectUpdateToLaunch(updates, filters) in selectUpdateToLaunch()
10 fun selectUpdateToLaunch(updates: List<UpdateEntity>, filters: JSONObject?): UpdateEntity? method
11 override fun selectUpdateToLaunch( in selectUpdateToLaunch() method in expo.modules.updates.selectionpolicy.LauncherSelectionPolicySingleUpdate
15 override fun selectUpdateToLaunch( in selectUpdateToLaunch() method in expo.modules.updates.selectionpolicy.LauncherSelectionPolicyFilterAware
15 override fun selectUpdateToLaunch( in selectUpdateToLaunch() method in host.exp.exponent.ExpoGoLauncherSelectionPolicyFilterAware
48 …val actual = selectionPolicy.selectUpdateToLaunch(listOf(updateDefault1, expected, updateDefault2)… in testSelectUpdateToLaunch()
145 return selectionPolicy.selectUpdateToLaunch(filteredLaunchableUpdates, manifestFilters) in getLaunchableUpdate()