1. a743427 Make the NetworkSpecifier a class instead of a string. by Etan Cohen · 7 years ago
  2. 6556a22 Add test coverage for NetworkSpecifiers. by Lorenzo Colitti · 7 years ago
  3. 42cdf57 Make ConnectivityServiceTest pass on wifi-only devices. by Lorenzo Colitti · 7 years ago
  4. 465c46d request{LinkProperties,NetworkCapabilities} no longer needed by Erik Kline · 7 years ago
  5. c75d4fa Always send all available state when calling onAvailable(). by Erik Kline · 7 years ago
  6. 1d3db32 Also test for additional NetworkCallback calls by Erik Kline · 7 years ago
  7. d270612 ConnectivityServiceTest: remove remaining poll loops. by Lorenzo Colitti · 7 years ago
  8. 30145d7 Remove assertEventuallyTrue as it's unnecessary. by Lorenzo Colitti · 7 years ago
  9. 58ebe1c Rename AvoidBadWifiTracker to MultinetworkPolicyTracker by Lorenzo Colitti · 7 years ago
  10. ae3ce81 Attempt to make waitForIdleHandler reliable. by Lorenzo Colitti · 7 years ago
  11. b8bbd30 Merge "ConnectivityServiceTest: fix flaky tests" by Lorenzo Colitti · 7 years ago
  12. ad4db4e ConnectivityServiceTest: remove flaky waitForIdle test. by Hugo Benichi · 8 years ago
  13. dfb559a ConnectivityServiceTest: fix flaky tests by Hugo Benichi · 8 years ago
  14. 4e1619f ConnectivityServiceTest: some fixes in CallbackInfo by Hugo Benichi · 8 years ago
  15. cfcc1cb DO NOT MERGE: frameworks-test: adding missing @SmallTest by Hugo Benichi · 8 years ago
  16. 53d83d5 DO NOT MERGE: ConnectivityServiceTest: fix testAvoidBadWifiSettings by Hugo Benichi · 8 years ago
  17. cbf8ff8 DO NOT MERGE: Fix ConnectivityServiceTest testRequestBenchmark by Hugo Benichi · 8 years ago
  18. bf3b1ba DO NOT MERGE: [CS] Remove timeout event after first available by Etan Cohen · 8 years ago
  19. 7ceef95 DO NOT MERGE: Move the connectivity tests to frameworks/base/tests/net. by Lorenzo Colitti · 8 years ago[Renamed from services/tests/servicestests/src/com/android/server/ConnectivityServiceTest.java]
  20. 3c295b5 DO NOT MERGE: De-guava BroadcastInterceptingContext and move it to testutils. by Lorenzo Colitti · 8 years ago
  21. b8df76e4 DO NOT MERGE: Move FakeSettingsProvider to a common location. by Lorenzo Colitti · 8 years ago
  22. 5d540d1 DO NOT MERGE: ConnectivityServiceTest: mark flaky test as such by Hugo Benichi · 8 years ago
  23. 1f64f3f DO NOT MERGE: Add option to skip and avoid captive portals. by Calvin On · 8 years ago
  24. 3841a48 DO NOT MERGE: Support timeouts for requestNetwork() invocations. by Erik Kline · 9 years ago
  25. 23cdacb Refactor "avoid bad wifi" logic into a utility class am: 065ab6ee40 by Erik Kline · 8 years ago
  26. 065ab6e Refactor "avoid bad wifi" logic into a utility class by Erik Kline · 8 years ago
  27. d953bf8 Captive portal detection uses 3rd fallback probe by Hugo Benichi · 8 years ago
  28. aab02df Support "don't ask again" in the avoid bad wifi dialog. am: 165c51c0eb by Lorenzo Colitti · 8 years ago
  29. 165c51c Support "don't ask again" in the avoid bad wifi dialog. by Lorenzo Colitti · 8 years ago
  30. 40b707e Unit tests for avoid bad wifi networks setting. am: 73b20938c7 by Lorenzo Colitti · 8 years ago
  31. 73b20938 Unit tests for avoid bad wifi networks setting. by Lorenzo Colitti · 8 years ago
  32. e14d49a Add test coverage for background networks. by Lorenzo Colitti · 8 years ago
  33. f9fdf87 IpConnectivityMetrics: no metrics upload in tests by Hugo Benichi · 8 years ago
  34. acdd639 Support requesting async LinkProperties/NetworkCapabilities updates by Erik Kline · 8 years ago
  35. b57578ca Rewrite lingering. by Lorenzo Colitti · 8 years ago
  36. 09e2021 Add test coverage for a bug in the lingering code. by Lorenzo Colitti · 8 years ago
  37. 7369d8d1 Add detailed test coverage for lingering. by Lorenzo Colitti · 8 years ago
  38. 6ee0a92 Add more test coverage for requests and callbacks. by Lorenzo Colitti · 8 years ago
  39. 9acda9c Don't treat the lingerExpired broadcast specially. by Lorenzo Colitti · 8 years ago
  40. 762ea7a Add a test for mobile data always on. by Lorenzo Colitti · 8 years ago
  41. 6d553f6 Add a FakeSettingsProvider and use it in ConnectivityServiceTest. by Lorenzo Colitti · 8 years ago
  42. 4e1d3fd Cap number of NetworkRequests a UID can make to 100 by Paul Jensen · 8 years ago
  43. 23243731 If Internet probe is redirected, pass redirect destination to NetworkAgent. by Paul Jensen · 8 years ago
  44. d2baf79 Internal API for system apps to determine default network for other apps by Robin Lee · 8 years ago
  45. a2d2940 Support registering a request for the default network by Erik Kline · 8 years ago
  46. 5eaaf74 Fix IdleableHandlerThread. by Lorenzo Colitti · 8 years ago
  47. bfecba2 Speed up ConnectivityServiceTest. by Lorenzo Colitti · 8 years ago
  48. 531a344 Move PinningNetworkCallback out to a new NetworkPinner class. by Lorenzo Colitti · 8 years ago
  49. e496c55 Merge "Allow NetworkFactories to match any network specifier on a request" into mm-wireless-dev by Etan Cohen · 8 years ago
  50. b7c2487 Makes captive portal server calculation in one place. by Udam Saini · 9 years ago
  51. ddb9ef0 Allow NetworkFactories to match any network specifier on a request by Etan Cohen · 9 years ago
  52. 2c1a253 Fix one of the breakages of ConnectivityServiceTest in master. by Lorenzo Colitti · 9 years ago
  53. 7914ce5 Add tests for the PacketKeepalive API. by Lorenzo Colitti · 9 years ago
  54. ffa390b Use a CountDownLatch instead of sleep() in NetworkFactory tests. by Lorenzo Colitti · 9 years ago
  55. e58961a Get rid of shortSleep() in ConnectivityServiceTest. by Lorenzo Colitti · 9 years ago
  56. 83fa258 Make ConnectivityServiceTest a bit more readable. by Lorenzo Colitti · 9 years ago
  57. aae613d Don't mark NetworkRequests restricted when they don't have restricted caps by Paul Jensen · 9 years ago
  58. dbc4edc Merge "Fix NOT_RESTRICTED network capability and enforce it." into mnc-dev by Paul Jensen · 9 years ago
  59. 487ffe7 Fix NOT_RESTRICTED network capability and enforce it. by Paul Jensen · 9 years ago
  60. ffc42b0 Stop supporting legacy ConnectivityManager routing methods in M. by Lorenzo Colitti · 9 years ago
  61. cf4c2c6 Fix missing onLost NetworkCallbacks when network loses capability by Paul Jensen · 9 years ago
  62. e098854 Fallback to Cellular if WiFi fails to validate by Paul Jensen · 9 years ago
  63. 85cf78e Prepare some ConnectivityService logic for fallback to Cellular change by Paul Jensen · 9 years ago
  64. bb2e0e9 Disallow requesting networks with mutable NetworkCapabilities. by Paul Jensen · 9 years ago
  65. 3d91146 Don't send spurious onAvailable NetworkCallbacks when rematching by Paul Jensen · 9 years ago
  66. 0a2823e Remove most sleep() calls from ConnectivityServiceTest by Paul Jensen · 9 years ago
  67. 3cbad5c Merge "Remove network requests properly." into mnc-dev by Robert Greenwalt · 9 years ago
  68. 348e98d Remove network requests properly. by Robert Greenwalt · 9 years ago
  69. 67b0b07 Avoid overlapping NetIDs in ConnectivityServiceTest with real NetIDs by Paul Jensen · 9 years ago
  70. d7b6ca9 Revive ConnectivityServiceTest and add some tests. by Paul Jensen · 9 years ago
  71. f851d6d CONNECTIVITY_ACTION is the new _IMMEDIATE by Erik Kline · 9 years ago
  72. 7fad4eb Remove dead code, mostly DataStateTracker. by Paul Jensen · 10 years ago
  73. 6831f1d Remove dead code 2. by Robert Greenwalt · 10 years ago
  74. 03666c7 Cleanup: Delete dead code. by Sreeram Ramachandran · 10 years ago
  75. 4ddebf7 Fix build. by Sreeram Ramachandran · 10 years ago
  76. a7b9796 Get ConnectivityServiceTest building again after 8f80cc8. by Paul Jensen · 10 years ago
  77. e167135 Always specify an interface for host routes. by Lorenzo Colitti · 11 years ago
  78. 3671b1e Migrate to using Mockito directly. by Jeff Sharkey · 11 years ago
  79. fb878b6 Isolate NetworkStateTracker creation, test. by Jeff Sharkey · 12 years ago