Home
last modified time | relevance | path

Searched refs:expectedDownstream4KeyTcp (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1452 final Tether4Key expectedDownstream4KeyTcp = makeDownstream4Key(IPPROTO_TCP); in testSetDataLimitOnRule4Change() local
1467 .insertEntry(eq(expectedDownstream4KeyTcp), eq(expectedDownstream4ValueTcp)); in testSetDataLimitOnRule4Change()
1491 inOrder.verify(mBpfDownstream4Map).deleteEntry(eq(expectedDownstream4KeyTcp)); in testSetDataLimitOnRule4Change()