Home
last modified time | relevance | path

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

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift184 let lastCheckForUpdateTime: Date? variable
187 guard let lastCheckForUpdateTime = lastCheckForUpdateTime else { variable
190 return iso8601DateFormatter.string(from: lastCheckForUpdateTime)
223 self.lastCheckForUpdateTime = nil
246 var lastCheckForUpdateTime: Date? variable
260 self.lastCheckForUpdateTime = original.lastCheckForUpdateTime
277 lastCheckForUpdateTime: lastCheckForUpdateTime in toContext()
383 $0.lastCheckForUpdateTime = Date() in reducedContext()
392 $0.lastCheckForUpdateTime = Date() in reducedContext()
399 $0.lastCheckForUpdateTime = Date() in reducedContext()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/
H A DUpdatesStateContext.kt25 val lastCheckForUpdateTime: Date? = null, constant in expo.modules.updates.statemachine.UpdatesStateContext
52 if (lastCheckForUpdateTime != null) {
53 map["lastCheckForUpdateTime"] = lastCheckForUpdateTime
105 if (lastCheckForUpdateTime != null) { in <lambda>()
106 putString("lastCheckForUpdateTimeString", DATE_FORMATTER.format(lastCheckForUpdateTime)) in <lambda>()
H A DUpdatesStateMachine.kt111 lastCheckForUpdateTime = Date(), in reduceContext()
119 lastCheckForUpdateTime = Date() in reduceContext()
127 lastCheckForUpdateTime = Date() in reduceContext()
132 lastCheckForUpdateTime = Date() in reduceContext()
/expo/packages/expo-updates/build/
H A DUpdates.types.d.ts303 lastCheckForUpdateTime?: Date;
H A DUseUpdatesUtils.js61 lastCheckForUpdateTimeSinceRestart: context.lastCheckForUpdateTime,
H A DUpdates.js250 nativeContext.lastCheckForUpdateTime = new Date(nativeContext.lastCheckForUpdateTimeString);
H A DUseUpdatesUtils.js.map1 ….downloadError,\n lastCheckForUpdateTimeSinceRestart: context.lastCheckForUpdateTime,\n };\n};…
H A DUpdates.types.js.map1 …ateRollback;\n checkError?: Error;\n downloadError?: Error;\n lastCheckForUpdateTime?: Date;\n}…
H A DUpdates.js.map1 …nativeContext.lastCheckForUpdateTimeString) {\n nativeContext.lastCheckForUpdateTime = new Date…
/expo/packages/expo-updates/src/
H A DUpdates.types.ts334 lastCheckForUpdateTime?: Date;
H A DUseUpdatesUtils.ts92 lastCheckForUpdateTimeSinceRestart: context.lastCheckForUpdateTime,
H A DUpdates.ts305 nativeContext.lastCheckForUpdateTime = new Date(nativeContext.lastCheckForUpdateTimeString);
/expo/packages/expo-updates/src/__tests__/
H A DUseUpdatesTestApp.tsx29 <Text testID="lastCheckForUpdateTime">
H A DUseUpdates-test.ios.tsx142 const lastCheckForUpdateTimeView = await screen.findByTestId('lastCheckForUpdateTime');
162 const lastCheckForUpdateTimeView = await screen.findByTestId('lastCheckForUpdateTime');