Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java652 assertEquals(start + i, mIpSecService.reserveNetId()); in testReserveNetId()
657 mIpSecService.reserveNetId(); in testReserveNetId()
666 assertEquals(releasedNetId, mIpSecService.reserveNetId()); in testReserveNetId()
DConnectivityServiceTest.java1161 protected int reserveNetId() { in reserveNetId() method in ConnectivityServiceTest.WrappedConnectivityService
1163 final int netId = super.reserveNetId(); in reserveNetId()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java771 int reserveNetId() { in reserveNetId() method in IpSecService
1296 final int ikey = reserveNetId(); in createTunnelInterface()
1297 final int okey = reserveNetId(); in createTunnelInterface()
DConnectivityService.java1154 protected int reserveNetId() { in reserveNetId() method in ConnectivityService
5471 new Network(reserveNetId()), new NetworkInfo(networkInfo), lp, nc, currentScore, in registerNetworkAgent()
/frameworks/base/services/
Dart-profile894 HSPLcom/android/server/ConnectivityService;->reserveNetId()I