Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/taskManager/
H A DExpoHeadlessAppLoader.kt16 private val appScopeKeysToAppRecords = mutableMapOf<String, AppRecordInterface>() constant
30 if (appScopeKeysToAppRecords.containsKey(params.appScopeKey)) { in loadApp()
48 appScopeKeysToAppRecords.remove(params.appScopeKey) in loadApp()
54 appScopeKeysToAppRecords[params.appScopeKey] = appRecord in loadApp()
60 appScopeKeysToAppRecords.remove(appScopeKey) in invalidateApp()
74 return appScopeKeysToAppRecords.containsKey(appScopeKey) in isRunning()