Searched refs:appScopeKeysToAppRecords (Results 1 – 1 of 1) sorted by relevance
16 private val appScopeKeysToAppRecords = mutableMapOf<String, AppRecordInterface>() constant30 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()