Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/dao/
H A DAssetDao.kt26 abstract fun _setUpdateLaunchAsset(assetId: Long, updateId: UUID) in _insertAsset() method in expo.modules.updates.db.dao.AssetDao
81 _setUpdateLaunchAsset(assetId, update.id) in _insertAsset()
133 _setUpdateLaunchAsset(assetId, update.id) in addExistingAssetToUpdate()