Home
last modified time | relevance | path

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

/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DOffloadIntentStore.java32 private final ConcurrentMap<Integer, OffloadIntent> mOffloadIntentsByRecordKey = field in OffloadIntentStore
73 mOffloadIntentsByRecordKey.put(recordKey, offloadIntent); in registerOffloadIntent()
82 return mOffloadIntentsByRecordKey in getOffloadIntentsForInterface()
97 OffloadIntent offloadIntent = mOffloadIntentsByRecordKey.get(recordKey); in getAndRemoveOffloadIntent()
108 mOffloadIntentsByRecordKey.remove(recordKey); in getAndRemoveOffloadIntent()
114 return mOffloadIntentsByRecordKey.keySet(); in getRecordKeys()
182 mOffloadIntentsByRecordKey.values() in dump()
195 mOffloadIntentsByRecordKey.values().forEach(intent -> { in dumpProtocolData()