Searched refs:APF_VERSION_2 (Results 1 – 6 of 6) sorted by relevance
146 private static final int APF_VERSION_2 = 2; field in ApfTest339 ApfV4Generator gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()343 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()349 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()357 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()366 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()371 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()374 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()380 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()385 gen = new ApfV4Generator(APF_VERSION_2); in testApfInstructions()[all …]
49 import android.net.apf.BaseApfGenerator.APF_VERSION_2532 val v4gen = ApfV4Generator(APF_VERSION_2) in testApfInstructionsEncoding()1430 var program = ApfV4Generator(APF_VERSION_2) in testV2CountAndPassDrop()1438 program = ApfV4Generator(APF_VERSION_2) in testV2CountAndPassDrop()
122 private static final int APF_VERSION_2 = 2; field in LegacyApfTest
55 return version >= APF_VERSION_2; in supportsVersion()
58 requireApfVersion(APF_VERSION_2); in ApfV4GeneratorBase()
946 public static final int APF_VERSION_2 = 2; field in BaseApfGenerator