Home
last modified time | relevance | path

Searched refs:selectUpdateToLaunch (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/selectionpolicy/
H A DSelectionPolicy.kt37 fun selectUpdateToLaunch(updates: List<UpdateEntity>, filters: JSONObject?): UpdateEntity? { in selectUpdateToLaunch() method
38 return launcherSelectionPolicy.selectUpdateToLaunch(updates, filters) in selectUpdateToLaunch()
H A DLauncherSelectionPolicy.kt10 fun selectUpdateToLaunch(updates: List<UpdateEntity>, filters: JSONObject?): UpdateEntity? method
H A DLauncherSelectionPolicySingleUpdate.kt11 override fun selectUpdateToLaunch( in selectUpdateToLaunch() method in expo.modules.updates.selectionpolicy.LauncherSelectionPolicySingleUpdate
H A DLauncherSelectionPolicyFilterAware.kt15 override fun selectUpdateToLaunch( in selectUpdateToLaunch() method in expo.modules.updates.selectionpolicy.LauncherSelectionPolicyFilterAware
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoGoLauncherSelectionPolicyFilterAware.kt15 override fun selectUpdateToLaunch( in selectUpdateToLaunch() method in host.exp.exponent.ExpoGoLauncherSelectionPolicyFilterAware
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/selectionpolicy/
H A DSelectionPolicyFilterAwareTest.kt48 …val actual = selectionPolicy.selectUpdateToLaunch(listOf(updateDefault1, expected, updateDefault2)… in testSelectUpdateToLaunch()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/launcher/
H A DDatabaseLauncher.kt145 return selectionPolicy.selectUpdateToLaunch(filteredLaunchableUpdates, manifestFilters) in getLaunchableUpdate()