Searched refs:mPacketSections (Results 1 – 2 of 2) sorted by relevance
711 private final ArrayList<PacketSection> mPacketSections = new ArrayList<>(); field in ApfFilter.Ra845 int lastIdx = mPacketSections.size() - 1; in addMatchSection()847 PacketSection prev = mPacketSections.get(lastIdx); in addMatchSection()852 mPacketSections.remove(lastIdx); in addMatchSection()857 mPacketSections.add(new PacketSection(from, length, PacketSection.Type.MATCH, 0, 0)); in addMatchSection()884 mPacketSections.add( in addLifetimeSection()1062 for (PacketSection section : mPacketSections) { in matches()1074 for (PacketSection section : mPacketSections) { in matches()1162 for (PacketSection section : mPacketSections) { in getExpirationTime()1197 for (PacketSection section : mPacketSections) { in generateFilterLocked()
605 private final ArrayList<PacketSection> mPacketSections = new ArrayList<>(); field in LegacyApfFilter.Ra737 mPacketSections.add( in addMatchSection()755 mPacketSections.add( in addIgnoreSection()767 mPacketSections.add( in addLifetimeSection()934 for (PacketSection section : mPacketSections) { in matches()947 for (PacketSection section : mPacketSections) { in minLifetime()994 for (PacketSection section : mPacketSections) { in generateFilterLocked()