Searched refs:getCounterEnumFromOffset (Results 1 – 2 of 2) sorted by relevance
19 import static android.net.apf.ApfCounterTracker.Counter.getCounterEnumFromOffset;3146 gen.addCountAndDropIfR0LessThan(0x600, getCounterEnumFromOffset(-108)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3156 …untAndPassIfBytesAtR0NotEqual(hexStringToByteArray("000108000604"), getCounterEnumFromOffset(-36)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3159 gen.addCountAndPassIfR0NotEquals(0x2, getCounterEnumFromOffset(-40)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3161 gen.addCountAndDropIfR0Equals(0x0, getCounterEnumFromOffset(-116)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3163 …untAndPassIfBytesAtR0NotEqual(hexStringToByteArray("ffffffffffff"), getCounterEnumFromOffset(-44)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3167 …ddCountAndDropIfBytesAtR0NotEqual(hexStringToByteArray("c0a801be"), getCounterEnumFromOffset(-68)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3168 gen.addCountAndPass(getCounterEnumFromOffset(-8)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3183 gen.addCountAndPass(getCounterEnumFromOffset(-12)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()3188 gen.addCountAndDropIfR0Equals(0xe0, getCounterEnumFromOffset(-84)); in testFullApfV4ProgramGenerationNatTKeepAliveV4()[all …]
137 public static Counter getCounterEnumFromOffset(int offset) { in getCounterEnumFromOffset() method in ApfCounterTracker.Counter