Searched refs:getCounterEnumFromOffset (Results 1 – 2 of 2) sorted by relevance
19 import static android.net.apf.ApfCounterTracker.Counter.getCounterEnumFromOffset;3679 gen.addCountAndDropIfR0LessThan(0x600, getCounterEnumFromOffset(-108)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3689 …untAndPassIfBytesAtR0NotEqual(hexStringToByteArray("000108000604"), getCounterEnumFromOffset(-36)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3692 gen.addCountAndPassIfR0NotEquals(0x2, getCounterEnumFromOffset(-40)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3694 gen.addCountAndDropIfR0Equals(0x0, getCounterEnumFromOffset(-116)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3696 …untAndPassIfBytesAtR0NotEqual(hexStringToByteArray("ffffffffffff"), getCounterEnumFromOffset(-44)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3700 …ddCountAndDropIfBytesAtR0NotEqual(hexStringToByteArray("c0a801be"), getCounterEnumFromOffset(-68)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3701 gen.addCountAndPass(getCounterEnumFromOffset(-8)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3716 gen.addCountAndPass(getCounterEnumFromOffset(-12)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3721 gen.addCountAndDropIfR0Equals(0xe0, getCounterEnumFromOffset(-84)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()[all …]
129 public static Counter getCounterEnumFromOffset(int offset) { in getCounterEnumFromOffset() method in ApfCounterTracker.Counter