Home
last modified time | relevance | path

Searched refs:getLaunchableUpdate (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/launcher/
H A DDatabaseLauncher.kt69 launchedUpdate = getLaunchableUpdate(database, context) in launch()
128 fun getLaunchableUpdate(database: UpdatesDatabase, context: Context): UpdateEntity? { in getLaunchableUpdate() method in expo.modules.updates.launcher.DatabaseLauncher
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/launcher/
H A DDatabaseLauncherTest.kt131 …every { spyLauncher.getLaunchableUpdate(any(), any()) } returns db.updateDao().loadUpdateWithId(te… in testLaunch_MarkUpdateAccessed()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DLoaderTask.kt303 val launchableUpdate = launcher.getLaunchableUpdate(database, context) in <lambda>()