Searched refs:mOffloadIntentsByRecordKey (Results 1 – 1 of 1) sorted by relevance
32 private final ConcurrentMap<Integer, OffloadIntent> mOffloadIntentsByRecordKey = field in OffloadIntentStore73 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()