Searched refs:connectEventAction (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | NetdEventListenerServiceTest.java | 382 connectEventAction(100, OsConstants.EALREADY, 0, EXAMPLE_IPV4), in testConnectLogging() 383 connectEventAction(100, OsConstants.EALREADY, 0, EXAMPLE_IPV6), in testConnectLogging() 384 connectEventAction(100, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV4), in testConnectLogging() 385 connectEventAction(101, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV6), in testConnectLogging() 386 connectEventAction(101, OsConstants.EINPROGRESS, 0, EXAMPLE_IPV6), in testConnectLogging() 388 connectEventAction(100, OK, 110, EXAMPLE_IPV4), in testConnectLogging() 389 connectEventAction(100, OK, 23, EXAMPLE_IPV4), in testConnectLogging() 390 connectEventAction(100, OK, 45, EXAMPLE_IPV4), in testConnectLogging() 391 connectEventAction(101, OK, 56, EXAMPLE_IPV4), in testConnectLogging() 392 connectEventAction(101, OK, 523, EXAMPLE_IPV6), in testConnectLogging() [all …]
|