Gitiles
Code Review
Sign In
review.blissroms.org
/
packages_modules_Connectivity
/
1c027fee59e8b93b35b2648124cb80d166450aa1
1c027fe
Better errors from unregisterNetworkCallback
by Hugo Benichi
· 8 years ago
4e0d0e2
Fix race condition in NsdManagerTest
by Hugo Benichi
· 8 years ago
3bcb72f
ConnectivityServiceTest: more tweaks to testRequestBenchmark
by Hugo Benichi
· 8 years ago
7057a44
Merge "Support "dumpsys connectivity tethering""
by Erik Kline
· 8 years ago
cc03b9e
Merge "Support requesting and receiving wakeup events"
by Joel Scherpelz
· 8 years ago
842a34c
Support "dumpsys connectivity tethering"
by Erik Kline
· 8 years ago
bce9c84
Support requesting and receiving wakeup events
by Joel Scherpelz
· 8 years ago
9725919
@Ignore ConnectivityServiceTest#testRequestBenchmark
by Hugo Benichi
· 8 years ago
33ee196
NsdServiceInfo: move test to tests/net
by Hugo Benichi
· 8 years ago
72b5cdc
Merge "Move NsdServiceTest to correct directory"
by Treehugger Robot
· 8 years ago
d41cc75
Move NsdServiceTest to correct directory
by Hugo Benichi
· 8 years ago
3ba0e6c
Merge "Fix NetworkStatsObserversTest"
by Hugo Benichi
· 8 years ago
e08c3bc
Merge "Fix NetworkStatsAccessTest"
by Hugo Benichi
· 8 years ago
7739baa
Merge "ConnectivityManager: simplify callback handler"
by Treehugger Robot
· 8 years ago
fd3f172
Merge "ConnectivityServiceTest: fix flakyness"
by Hugo Benichi
· 8 years ago
bdc00cd
Merge "ConnectivityManager: improve argument validation"
by Treehugger Robot
· 8 years ago
3b92699
ConnectivityManager: simplify callback handler
by Hugo Benichi
· 8 years ago
ff4bf60
ConnectivityManager: improve argument validation
by Hugo Benichi
· 8 years ago
e0df1bd
Fix NetworkStatsObserversTest
by Hugo Benichi
· 8 years ago
728aabc
Fix NetworkStatsAccessTest
by Hugo Benichi
· 8 years ago
bac93e4
ConnectivityServiceTest: fix flakyness
by Hugo Benichi
· 8 years ago
a700257
Merge "Address ConnectivityManager API comments."
by Hugo Benichi
· 8 years ago
9e44f73
Merge "Add a method to start the captive portal login app."
by Hugo Benichi
· 8 years ago
5466a9e
Merge "Add test coverage for explicitlySelected networks."
by Lorenzo Colitti
· 8 years ago
7868c98
Add a method to start the captive portal login app.
by Lorenzo Colitti
· 8 years ago
cbe6322
Merge "Expand logging capabilities of Tethering subsystem"
by Treehugger Robot
· 8 years ago
08528b2
Fix NetworkNotificationManagerTest
by Hugo Benichi
· 8 years ago
c6464fa
Merge "Move NetworkNotificationManagerTest to tests/net"
by Hugo Benichi
· 8 years ago
ef8bd29
Expand logging capabilities of Tethering subsystem
by Erik Kline
· 8 years ago
d72f5f7
Merge "Finish moving NetworkStats tests to tests/net"
by Hugo Benichi
· 8 years ago
71cd78c
Add test coverage for explicitlySelected networks.
by Lorenzo Colitti
· 8 years ago
256e3db
Move NetworkNotificationManagerTest to tests/net
by Hugo Benichi
· 8 years ago
57ac139
Finish moving NetworkStats tests to tests/net
by Hugo Benichi
· 8 years ago
60b4db5
Address ConnectivityManager API comments.
by Hugo Benichi
· 8 years ago
adb6e7b
Merge "Add tethering offload HAL call via JNI"
by Treehugger Robot
· 8 years ago
672cf0d
Add tethering offload HAL call via JNI
by Erik Kline
· 8 years ago
ac78670
Remove unused import in ConnectivityManager
by Hugo Benichi
· 8 years ago
4785876
ConnectivityService: minor formatting change
by Hugo Benichi
· 8 years ago
edcc374
ConnectivityManager: unit test for argument validation
by Hugo Benichi
· 8 years ago
145e379
ConnectivityManager: uses service error codes and exceptions
by Hugo Benichi
· 8 years ago
183d968
Merge "NetworkStatsFactory: fix double accounting on IPv6 only networks"
by Hugo Benichi
· 8 years ago
043095b
NetworkStatsFactory: fix double accounting on IPv6 only networks
by Hugo Benichi
· 8 years ago
fc28684
NsdService: test coverage for client requests.
by Hugo Benichi
· 8 years ago
0cf8c59
NsdManager: add test coverage for discoverServices()
by Hugo Benichi
· 8 years ago
b00460a
NsdManager: unit test coverage for servive registration
by Hugo Benichi
· 8 years ago
99917e5
NsdManager: unit tests for argument validation
by Hugo Benichi
· 8 years ago
ee4eb70
NsdService: disentangle NativeDaemonConnector from ctor
by Hugo Benichi
· 8 years ago
163201b
Merge "NsdService: bootstrap unit tests"
by Hugo Benichi
· 8 years ago
55af7a2
Clarify some IpManager/ApfFilter debugging output.
by Erik Kline
· 8 years ago
ff8fdb4
Merge "[AWARE] Add UID checking to WifiAwareNetworkSpecifier"
by Etan Cohen
· 8 years ago
d8fa466
NsdService: bootstrap unit tests
by Hugo Benichi
· 8 years ago
eed5fd8
Move byte logics from ApfFilter into BitsUtil
by Hugo Benichi
· 9 years ago
25e35a9
Add BitUtils bit packing methods (Connectivity metrics: add transports pretty printing)
by Hugo Benichi
· 8 years ago
3e54416
Merge changes I5187d17c,I49a76582
by Hugo Benichi
· 8 years ago
479e4e6
Merge "NsdManager: add unit tests"
by Hugo Benichi
· 8 years ago
e3143d9
Merge "Mark Restricted APN connections as restricted."
by Treehugger Robot
· 8 years ago
509e6d0
Mark Restricted APN connections as restricted.
by Robert Greenwalt
· 8 years ago
dfc99e9
Merge "Use Vpn rules (not firewall) for always-on VPN"
by Treehugger Robot
· 8 years ago
b184cba
[AWARE] Add UID checking to WifiAwareNetworkSpecifier
by Etan Cohen
· 8 years ago
7f919fe
ConnectivityService: regroup bool <-> int conversions
by Hugo Benichi
· 8 years ago
1c7c8d0
ConnectivityService: move reportNetworkConnectivity to handler
by Hugo Benichi
· 8 years ago
c2e8e56
NsdManager: add unit tests
by Hugo Benichi
· 8 years ago
200383c
Merge "Add local-only hotspot info into tether state change broadcast"
by Treehugger Robot
· 8 years ago
3cd509d
Merge "ConnectivityManager: remove obsolete callback types"
by Hugo Benichi
· 8 years ago
449ccfe
Add local-only hotspot info into tether state change broadcast
by Erik Kline
· 8 years ago
fd01e5e
Merge "Make tetherChangePermission to be secured for AppOps permission"
by Erik Kline
· 8 years ago
e022b3f
Merge "ConnectivityManager: unify prety printing of callback types."
by Hugo Benichi
· 8 years ago
4802c80
ConnectivityManager: remove obsolete callback types
by Hugo Benichi
· 8 years ago
94f0bfc
ConnectivityManager: unify prety printing of callback types.
by Hugo Benichi
· 8 years ago
be4d90f
Make tetherChangePermission to be secured for AppOps permission
by Tetsutoki Shiozawa
· 9 years ago
45a4954
ConnectivityManager: release all requests mapping to a callback.
by Hugo Benichi
· 9 years ago
96a1096
Merge "Ignore potential SystemProperties errors when setting net.dns"
by Treehugger Robot
· 8 years ago
92e3d4f
Merge "Move some NetworkStats tests to tests/net."
by Lorenzo Colitti
· 8 years ago
bd18f30
Ignore potential SystemProperties errors when setting net.dns
by Erik Kline
· 8 years ago
46aebde
Merge changes from topic 'network_specifier'
by Lorenzo Colitti
· 8 years ago
73fbb53
Move some NetworkStats tests to tests/net.
by Lorenzo Colitti
· 8 years ago
fb3f834
Merge "Add an API hint for metered multipath traffic."
by Treehugger Robot
· 8 years ago
d317e27
DO NOT MERGE IP connectivity metrics: fix tests.
by Hugo Benichi
· 8 years ago
cc1f081
Merge "ConnectivityService: safer locking"
by Hugo Benichi
· 8 years ago
ccdfe89
ConnectivityService: safer locking
by Hugo Benichi
· 8 years ago
d03b808
Add an API hint for metered multipath traffic.
by Lorenzo Colitti
· 9 years ago
d843b0b
[CM] Unhide the NetworkSpecifier as object API
by Etan Cohen
· 8 years ago
db38d9d
Make the NetworkSpecifier a class instead of a string.
by Etan Cohen
· 8 years ago
7e3a5da
Merge "Add test coverage for NetworkSpecifiers." am: dfc4442b38
by Lorenzo Colitti
· 8 years ago
dfc4442
Merge "Add test coverage for NetworkSpecifiers."
by Treehugger Robot
· 8 years ago
36113ed
Merge "ConnectivityService: simplify WakeLock management" am: 82d6ba7331
by Hugo Benichi
· 8 years ago
82d6ba7
Merge "ConnectivityService: simplify WakeLock management"
by Hugo Benichi
· 8 years ago
5b72d6d
Add test coverage for NetworkSpecifiers.
by Lorenzo Colitti
· 8 years ago
58aab55
ConnectivityService: simplify WakeLock management
by Hugo Benichi
· 8 years ago
7b0e9d0
Merge "ConnectivityService: log wakelock activity in dumps" am: 2dbfd3fe41
by Hugo Benichi
· 8 years ago
2dbfd3f
Merge "ConnectivityService: log wakelock activity in dumps"
by Hugo Benichi
· 8 years ago
23ec1c9
ConnectivityService: log wakelock activity in dumps
by Hugo Benichi
· 8 years ago
017e2bf
Merge "Move some VPN logic out of ConnectivityService" am: 0ce38796bd
by Robin Lee
· 8 years ago
0ce3879
Merge "Move some VPN logic out of ConnectivityService"
by Robin Lee
· 8 years ago
73d1aa0
Merge changes If94102c7,I8d51e8e0 am: 22b829c049
by Lorenzo Colitti
· 8 years ago
756a022
Make ConnectivityServiceTest pass on wifi-only devices.
by Lorenzo Colitti
· 8 years ago
e7f4a22
Restore the net.dnsX system properties.
by Lorenzo Colitti
· 9 years ago
ca0ebde
Use Vpn rules (not firewall) for always-on VPN
by Robin Lee
· 9 years ago
fe0bb6b
Move some VPN logic out of ConnectivityService
by Robin Lee
· 9 years ago
cbb748e
Merge "In isTetheringSupported, call isAdmin user from system." am: 4a8953094f
by Jeremy Klein
· 8 years ago
Next »