Searched refs:lastCheckForUpdateTime (Results 1 – 14 of 14) sorted by relevance
184 let lastCheckForUpdateTime: Date? variable187 guard let lastCheckForUpdateTime = lastCheckForUpdateTime else { variable190 return iso8601DateFormatter.string(from: lastCheckForUpdateTime)223 self.lastCheckForUpdateTime = nil246 var lastCheckForUpdateTime: Date? variable260 self.lastCheckForUpdateTime = original.lastCheckForUpdateTime277 lastCheckForUpdateTime: lastCheckForUpdateTime in toContext()383 $0.lastCheckForUpdateTime = Date() in reducedContext()392 $0.lastCheckForUpdateTime = Date() in reducedContext()399 $0.lastCheckForUpdateTime = Date() in reducedContext()
25 val lastCheckForUpdateTime: Date? = null, constant in expo.modules.updates.statemachine.UpdatesStateContext52 if (lastCheckForUpdateTime != null) {53 map["lastCheckForUpdateTime"] = lastCheckForUpdateTime105 if (lastCheckForUpdateTime != null) { in <lambda>()106 putString("lastCheckForUpdateTimeString", DATE_FORMATTER.format(lastCheckForUpdateTime)) in <lambda>()
111 lastCheckForUpdateTime = Date(), in reduceContext()119 lastCheckForUpdateTime = Date() in reduceContext()127 lastCheckForUpdateTime = Date() in reduceContext()132 lastCheckForUpdateTime = Date() in reduceContext()
303 lastCheckForUpdateTime?: Date;
61 lastCheckForUpdateTimeSinceRestart: context.lastCheckForUpdateTime,
250 nativeContext.lastCheckForUpdateTime = new Date(nativeContext.lastCheckForUpdateTimeString);
1 ….downloadError,\n lastCheckForUpdateTimeSinceRestart: context.lastCheckForUpdateTime,\n };\n};…
1 …ateRollback;\n checkError?: Error;\n downloadError?: Error;\n lastCheckForUpdateTime?: Date;\n}…
1 …nativeContext.lastCheckForUpdateTimeString) {\n nativeContext.lastCheckForUpdateTime = new Date…
334 lastCheckForUpdateTime?: Date;
92 lastCheckForUpdateTimeSinceRestart: context.lastCheckForUpdateTime,
305 nativeContext.lastCheckForUpdateTime = new Date(nativeContext.lastCheckForUpdateTimeString);
29 <Text testID="lastCheckForUpdateTime">
142 const lastCheckForUpdateTimeView = await screen.findByTestId('lastCheckForUpdateTime');162 const lastCheckForUpdateTimeView = await screen.findByTestId('lastCheckForUpdateTime');