Merge "ApfFilter unit test" into nyc-dev am: 906b94c00b

am: 6e7084024f

* commit '6e7084024fbbc93b301345ecb581f128b23bec08':
  ApfFilter unit test

Change-Id: I17ddf9d4823588dd2cad0d5662ec434ae2d027f6
This commit is contained in:
Paul Jensen
2016-05-13 14:40:39 +00:00
committed by android-build-merger

View File

@@ -38,7 +38,8 @@ public class ApfCapabilities {
*/ */
public final int apfPacketFormat; public final int apfPacketFormat;
ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat) { public ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat)
{
this.apfVersionSupported = apfVersionSupported; this.apfVersionSupported = apfVersionSupported;
this.maximumApfProgramSize = maximumApfProgramSize; this.maximumApfProgramSize = maximumApfProgramSize;
this.apfPacketFormat = apfPacketFormat; this.apfPacketFormat = apfPacketFormat;