Searched refs:isRestarting (Results 1 – 9 of 9) sorted by relevance
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 158 let isRestarting: Bool variable 171 "isRestarting": self.isRestarting, 187 self.isRestarting = false 208 var isRestarting: Bool = false variable 220 self.isRestarting = original.isRestarting 234 isRestarting: isRestarting, in toContext() 371 $0.isRestarting = true in reducedContext()
|
| /expo/packages/expo-updates/ios/EXUpdates/ |
| H A D | UpdatesStateMachine.swift | 178 let isRestarting: Bool variable 200 "isRestarting": self.isRestarting, 218 self.isRestarting = false 241 var isRestarting: Bool = false variable 255 self.isRestarting = original.isRestarting 271 isRestarting: isRestarting, in toContext() 421 $0.isRestarting = true in reducedContext()
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/ |
| H A D | UpdatesStateContext.kt | 19 val isRestarting: Boolean = false, constant in expo.modules.updates.statemachine.UpdatesStateContext 35 "isRestarting" to isRestarting 78 putBoolean("isRestarting", isRestarting) in <lambda>()
|
| H A D | UpdatesStateMachine.kt | 159 isRestarting = true in reduceContext()
|
| /expo/packages/expo-updates/src/__tests__/ |
| H A D | UseUpdates-test.ios.tsx | 37 isRestarting: false, 47 isRestarting: false, 58 isRestarting: false, 68 isRestarting: false, 79 isRestarting: false, 89 isRestarting: false, 101 isRestarting: false, 112 isRestarting: false,
|
| /expo/packages/expo-updates/src/__mocks__/ |
| H A D | ExpoUpdates.ts | 12 isRestarting: false,
|
| /expo/packages/expo-updates/build/ |
| H A D | Updates.types.d.ts | 297 isRestarting: boolean;
|
| H A D | Updates.types.js.map | 1 …nding: boolean;\n isChecking: boolean;\n isDownloading: boolean;\n isRestarting: boolean;\n la…
|
| /expo/packages/expo-updates/src/ |
| H A D | Updates.types.ts | 328 isRestarting: boolean;
|