Searched refs:allZeros (Results 1 – 2 of 2) sorted by relevance
1003 final TetherStatsValue allZeros = new TetherStatsValue(0, 0, 0, 0, 0, 0); in resetNetdBpfMapAndCoordinator() local1004 when(mBpfStatsMap.getValue(new TetherStatsKey(UPSTREAM_IFINDEX))).thenReturn(allZeros); in resetNetdBpfMapAndCoordinator()1005 when(mBpfStatsMap.getValue(new TetherStatsKey(UPSTREAM_IFINDEX2))).thenReturn(allZeros); in resetNetdBpfMapAndCoordinator()
630 final byte[] allZeros = HexEncoding.decode("000000000000".toCharArray(), false); in testMultipleIdenticalRequests()696 mDut.onDataPathRequestNotification(0, allZeros, ndpId, in testMultipleIdenticalRequests()