Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java643 assertEquals(start + i, mIpSecService.reserveNetId()); in testReserveNetId()
648 mIpSecService.reserveNetId(); in testReserveNetId()
657 assertEquals(releasedNetId, mIpSecService.reserveNetId()); in testReserveNetId()
DConnectivityServiceTest.java923 protected int reserveNetId() { in reserveNetId() method in ConnectivityServiceTest.WrappedConnectivityService
925 final int netId = super.reserveNetId(); in reserveNetId()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java764 int reserveNetId() { in reserveNetId() method in IpSecService
1270 final int ikey = reserveNetId(); in createTunnelInterface()
1271 final int okey = reserveNetId(); in createTunnelInterface()
DConnectivityService.java1010 protected int reserveNetId() { in reserveNetId() method in ConnectivityService
4657 new Network(reserveNetId()), new NetworkInfo(networkInfo), lp, nc, currentScore, in registerNetworkAgent()