Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1532 final ArrayList<SocketKeepalive> kalist = new ArrayList<>(); in createConcurrentKeepalivesOfType() local
1537 while (kalist.size() < requestCount) { in createConcurrentKeepalivesOfType()
1543 if (kalist.size() == 0 && cv.error == SocketKeepalive.ERROR_UNSUPPORTED) { in createConcurrentKeepalivesOfType()
1558 kalist.add(ka); in createConcurrentKeepalivesOfType()
1560 fail("Unexpected error when creating " + (kalist.size() + 1) + " " in createConcurrentKeepalivesOfType()
1565 return kalist; in createConcurrentKeepalivesOfType()
1619 final ArrayList<SocketKeepalive> kalist = new ArrayList<>();
1622 kalist.addAll(createConcurrentNattSocketKeepalives(network, srcAddr, nattCount, callback));
1623 kalist.addAll(createConcurrentTcpSocketKeepalives(network, tcpCount, callback));
1625 final int ret = kalist.size();
[all …]
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DKeepaliveTracker.java458 final ArrayList<KeepaliveInfo> kalist = new ArrayList(networkKeepalives.values()); in handleStopAllKeepalives() local
459 for (KeepaliveInfo ki : kalist) { in handleStopAllKeepalives()