Searched refs:NoDatabaseLauncher (Results 1 – 4 of 4) sorted by relevance
23 class NoDatabaseLauncher @JvmOverloads constructor( class49 private val TAG = NoDatabaseLauncher::class.java.simpleName
27 import expo.modules.updates.launcher.NoDatabaseLauncher243 launcher = NoDatabaseLauncher(context, updatesConfiguration) in start()251 launcher = NoDatabaseLauncher(context, updatesConfiguration, updatesDirectoryException) in start()275 launcher = NoDatabaseLauncher(context, updatesConfiguration, e) in start()
15 import expo.modules.updates.launcher.NoDatabaseLauncher326 this.launcher = NoDatabaseLauncher(context, updatesConfiguration, e) in launchWithNoDatabase()
9 import expo.modules.updates.launcher.NoDatabaseLauncher in <lambda>()794 val previousFatalError = NoDatabaseLauncher.consumeErrorLog(context) in <lambda>()