Searched refs:apfVersionSupported (Results 1 – 6 of 6) sorted by relevance
45 public final int apfVersionSupported; field in ApfCapabilities58 int apfVersionSupported, int maximumApfProgramSize, int apfPacketFormat) { in ApfCapabilities() argument59 this.apfVersionSupported = apfVersionSupported; in ApfCapabilities()65 apfVersionSupported = in.readInt(); in ApfCapabilities()86 dest.writeInt(apfVersionSupported); in writeToParcel()107 apfVersionSupported, maximumApfProgramSize, apfPacketFormat); in toString()114 return apfVersionSupported == other.apfVersionSupported in equals()127 return apfVersionSupported >= 4; in hasDataAccess()
61 assertEquals(123, caps.apfVersionSupported); in testConstructAndParcel()
1509 ApfGenerator gen = new ApfGenerator(mApfCapabilities.apfVersionSupported); in emitPrologueLocked()1794 if (apfCapabilities.apfVersionSupported == 0) return null; in maybeCreate()1804 if (!ApfGenerator.supportsVersion(apfCapabilities.apfVersionSupported)) { in maybeCreate()1805 Log.e(TAG, "Unsupported APF version: " + apfCapabilities.apfVersionSupported); in maybeCreate()
500 field public final int apfVersionSupported;
1083 } else if (apfCapabilities == null || apfCapabilities.apfVersionSupported == 0) { in dump()
1827 .apfVersionSupported); in testApfCapabilities()1833 assertEquals(myVersion, actual.apfVersionSupported); in testApfCapabilities()