Searched refs:hashmap (Results 1 – 1 of 1) sorted by relevance
129 val hashmap: HashMap<String, MutableList<String>> = HashMap() in updateService() constant131 val existingList = hashmap[apduPair.command] in updateService()133 hashmap[apduPair.command] = mutableListOf(apduPair.response) in updateService()136 hashmap[apduPair.command] = existingList in updateService()139 EmulatorHostApduService.apdus.postValue(hashmap) in updateService()