Searched refs:shouldCheckForUpdate (Results 1 – 7 of 7) sorted by relevance
183 var shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdate(withConfig: config) in start() variable185 if launchWaitMs == 0 || !shouldCheckForUpdate { in start()196 if !shouldCheckForUpdate { in start()209 shouldCheckForUpdate = true in start()216 if shouldCheckForUpdate { in start()
146 var shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdate(withConfig: config) in start() variable148 if launchWaitMs == 0 || !shouldCheckForUpdate { in start()159 if !shouldCheckForUpdate { in start()172 shouldCheckForUpdate = true in start()179 if shouldCheckForUpdate { in start()
154 val shouldCheckForUpdate = UpdatesUtils.shouldCheckForUpdateOnLaunch(configuration, context) in <lambda>() constant156 if (delay > 0 && shouldCheckForUpdate) { in <lambda>()191 if (!shouldCheckForUpdate) { in <lambda>()213 if (shouldCheckForUpdate) { in <lambda>()
126 …__block BOOL shouldCheckForUpdate = [ABI47_0_0EXUpdatesUtils shouldCheckForUpdateWithConfig:_confi…128 if ([launchWaitMs isEqualToNumber:@(0)] || !shouldCheckForUpdate) {139 if (!shouldCheckForUpdate) {150 shouldCheckForUpdate = YES;157 if (shouldCheckForUpdate) {
126 …__block BOOL shouldCheckForUpdate = [ABI48_0_0EXUpdatesUtils shouldCheckForUpdateWithConfig:_confi…128 if ([launchWaitMs isEqualToNumber:@(0)] || !shouldCheckForUpdate) {139 if (!shouldCheckForUpdate) {150 shouldCheckForUpdate = YES;157 if (shouldCheckForUpdate) {
220 internal static func shouldCheckForUpdate(withConfig config: UpdatesConfig) -> Bool { in shouldCheckForUpdate() function
322 internal static func shouldCheckForUpdate(withConfig config: UpdatesConfig) -> Bool { in shouldCheckForUpdate() function