Searched refs:mIkeSaRecords (Results 1 – 1 of 1) sorted by relevance
174 private final Set<IkeSaRecord> mIkeSaRecords = new HashSet<>(); field in IkeConnectionController489 for (IkeSaRecord saRecord : mIkeSaRecords) { in getAndSwitchToIkeSocket()578 for (IkeSaRecord saRecord : mIkeSaRecords) { in unregisterResources()586 mIkeSaRecords.clear(); in unregisterResources()621 mIkeSaRecords.add(saRecord); in registerIkeSaRecord()627 mIkeSaRecords.remove(saRecord); in unregisterIkeSaRecord()634 return Collections.unmodifiableSet(mIkeSaRecords); in getIkeSaRecords()1293 for (IkeSaRecord record : mIkeSaRecords) { in handleUnderlyingNetworkUpdated()