Searched refs:mapEntry (Results 1 – 4 of 4) sorted by relevance
57 for (Map.Entry<E, LockListEntry> mapEntry : mEntries.entrySet()) { in update()58 if (mapEntry.getValue().isExpired()) { in update()61 if (entrySet.contains(mapEntry.getKey())) { in update()62 mapEntry.getValue().onPresent(); in update()64 mapEntry.getValue().onAbsent(); in update()
380 const ResTable_map_entry* mapEntry = static_cast<const ResTable_map_entry*>(entry); in ParseType() local383 resource_value = ParseMapEntry(name, config, mapEntry); in ParseType()
860 for (Map.Entry<Long, List<RecipientEntry>> mapEntry : entryMap.entrySet()) { in constructEntryList()861 final List<RecipientEntry> entryList = mapEntry.getValue(); in constructEntryList()
8819 for (Map.Entry<Integer, AudioDeviceArray> mapEntry : map.entrySet()) { in logFriendlyAttributeDeviceArrayMap()8821 .append(mapEntry.getKey()).append("\n"); in logFriendlyAttributeDeviceArrayMap()8822 AudioDeviceArray deviceArray = mapEntry.getValue(); in logFriendlyAttributeDeviceArrayMap()