Searched defs:apfPacketFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
H A DApfCapabilities.java39 public final int apfPacketFormat; field in class:ApfCapabilities
41 public ApfCapabilities(int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat) argument
45 this.apfPacketFormat = apfPacketFormat;
50 apfVersionSupported, maximumApfProgramSize, apfPacketFormat);

Completed in 142 milliseconds