Searched refs:mLastInstallEvent (Results 1 – 1 of 1) sorted by relevance
849 private ApfProgramEvent mLastInstallEvent; field in ApfFilter1274 mLastInstallEvent = new ApfProgramEvent(); in installNewProgramLocked()1275 mLastInstallEvent.lifetime = programMinLifetime; in installNewProgramLocked()1276 mLastInstallEvent.filteredRas = rasToFilter.size(); in installNewProgramLocked()1277 mLastInstallEvent.currentRas = mRas.size(); in installNewProgramLocked()1278 mLastInstallEvent.programLength = program.length; in installNewProgramLocked()1279 mLastInstallEvent.flags = ApfProgramEvent.flagsFor(mIPv4Address != null, mMulticastFilter); in installNewProgramLocked()1284 if (mLastInstallEvent == null) { in logApfProgramEventLocked()1287 ApfProgramEvent ev = mLastInstallEvent; in logApfProgramEventLocked()1288 mLastInstallEvent = null; in logApfProgramEventLocked()