Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
17c04b6af164963d95d63008560f8303dc9c5722
/
wifi
/
java
/
android
/
net
7c724e6
[NAN] Fix javadoc links
by Etan Cohen
· 8 years ago
41d6f37
[NAN] Fix incorrect log message
by Etan Cohen
· 8 years ago
27c18cb
[NAN] Replace int peerId with more opaqure Object peerHandle per API review
by Etan Cohen
· 8 years ago
9361799
[NAN] Change Broadcast for NAN status change to notification only
by Etan Cohen
· 8 years ago
5542ccc
[NAN] Remove failure reason codes from API per API review
by Etan Cohen
· 8 years ago
1dd012a
Merge "[NAN] Reorder parameters of send message method(s) per API review"
by Etan Cohen
· 8 years ago
8a66410
[NAN] Reorder parameters of send message method(s) per API review
by Etan Cohen
· 8 years ago
ede1d0f
[NAN] Add Handler to publish/subscribe per API review
by Etan Cohen
· 8 years ago
bc3d106
Merge "[NAN] Separate ATTACH from IDENTITY_CHANGE callbacks."
by Etan Cohen
· 8 years ago
430904a
Merge changes from topic 'remove-set-frequency-band'
by Christopher Wiley
· 8 years ago
78ef40a
[NAN] Separate ATTACH from IDENTITY_CHANGE callbacks.
by Etan Cohen
· 8 years ago
b68ed28
[NAN] Method renames based on API council feedback
by Etan Cohen
· 8 years ago
bd4bf35
[NAN] Refactor WifiNanManager to create separate sessions per connect.
by Etan Cohen
· 8 years ago
79ec173
Remove WifiManager#get/setFrequencyBand
by Christopher Wiley
· 8 years ago
5706a8f
Merge "[NAN] Rename to make discovery explicit"
by Etan Cohen
· 8 years ago
3c70a2f
Merge "WifiScanner: retrieve single scan results"
by Rebecca Silberstein
· 8 years ago
3855370
[NAN] Rename to make discovery explicit
by Etan Cohen
· 8 years ago
0fbeb05
[NAN] Update API: replace looper with handler
by Etan Cohen
· 8 years ago
8c3354f
[NAN] Make parcelable class final - per API linter
by Etan Cohen
· 8 years ago
bfc76e0
WifiScanner: retrieve single scan results
by Rebecca Silberstein
· 8 years ago
8da6bdc
WifiScanner: Change hidden/PNO scan params
by Roshan Pius
· 8 years ago
9bc78e8
Add a flag to indicate if a ScanData is for a scan for all channels
by Mitchell Wills
· 8 years ago
efb7bec
Merge "WifiManager: Remove unused methods"
by Treehugger Robot
· 8 years ago
c4856bd
Merge "WifiEnterpriseConfig: Refactor set/get field values"
by Roshan Pius
· 8 years ago
6cfe668
WifiManager: Remove unused methods
by Roshan Pius
· 8 years ago
29ce1da
WifiConfiguration: Fix isEnterprise
by Roshan Pius
· 8 years ago
c8cd577
WifiEnterpriseConfig: Refactor set/get field values
by Roshan Pius
· 8 years ago
9709b8b
WifiEnterpriseConfig: Fix copy constructor
by Roshan Pius
· 8 years ago
d2d66727
NetworkSelectionStatus: Fix copy constructor
by Roshan Pius
· 8 years ago
8efb84e
DO NOT MERGE Revert "Add WiFi toggle prompts - framework"
by Mitchell Wills
· 8 years ago
521c66e
NetworkSelectionStatus: Fix copy constructor
by Roshan Pius
· 8 years ago
22de5aa
Deprecate QNS network disable reason BAD_LINK
by Randy Pan
· 8 years ago
b81c35f
[NAN] API changes/fixes addressing apilint issues
by Etan Cohen
· 8 years ago
30a472e
[NAN] Add method to ConfigRequest to determine if non-default
by Etan Cohen
· 8 years ago
b6701fa
[NAN] Simplify publish/subscribe configuration - merge match filters
by Etan Cohen
· 8 years ago
b0214c4
[NAN] Udpate NAN API documentation, clean-up visibility
by Etan Cohen
· 8 years ago
28035d9
[NAN] Do not expose WifiManager.isNanSupported as new API
by Etan Cohen
· 9 years ago
fd11ec1
[NAN] Update finalize to check and warn user if resources not freed
by Etan Cohen
· 8 years ago
fc3c0a0
[NAN] Fix bad merge use rethrowFromSystemServer
by Etan Cohen
· 8 years ago
4503dc6
[NAN] Provide calling package name to service
by Etan Cohen
· 8 years ago
40f8b92
Add WiFi toggle prompts - framework
by Svetoslav Ganov
· 8 years ago
47fb68b
WifiConfiguration: Expose NetworkSelectionStatus strings
by Roshan Pius
· 8 years ago
0e70bdd
[NAN] Add LV utilities (TLV with T size of 0).
by Etan Cohen
· 8 years ago
2b1e7ea
[NAN] Fix TlvElement member names - reflect public access.
by Etan Cohen
· 8 years ago
c579d206
[NAN] TLV utilities iterator - throw correct exception
by Etan Cohen
· 8 years ago
ee58a68
[NAN] Modify arguments from "array, length" to "array"
by Etan Cohen
· 8 years ago
44cb6ef
[NAN] NAN System Api: RTT
by Etan Cohen
· 8 years ago
2d3face
[NAN] Provide inteface MAC address to app.
by Etan Cohen
· 8 years ago
6060d85
[NAN] Add (T)LV validation testing
by Etan Cohen
· 8 years ago
01db037
[NAN] Add validity checks for service name
by Etan Cohen
· 8 years ago
a77565d
[NAN] Fix assumption about Strings containing single-byte characters.
by Etan Cohen
· 8 years ago
85b1a5b
[NAN] NAN data-path API: network specifier
by Etan Cohen
· 8 years ago
0a9fb80
Don't save the anonymous identity for EAP-SIM/AKA/AKA-Prime
by Mitchell Wills
· 8 years ago
db81862
Add a WifiScanner API to listener for ongoing scans
by Mitchell Wills
· 8 years ago
cf91215
Fix invitation request from persistent GC
by daisuke niwa
· 10 years ago
311a721
WifiConfiguration: Make NetworkSelectionStatus public
by Roshan Pius
· 8 years ago
f9f88b8
WifiManager: Add new API to restore old backup data
by Roshan Pius
· 8 years ago
ffe0abf
WifiManager: Add new API's for backup/restore
by Roshan Pius
· 8 years ago
7f41e09
[NAN] Add retry count for transmitting L2 NAN messages
by Etan Cohen
· 8 years ago
55e9288
WifiManager: add WIFI_MODE_NO_LOCKS_HELD
by Rebecca Silberstein
· 8 years ago
b10249d
Fix some trivial warnings in WifiP2pDevice.java
by Christopher Wiley
· 8 years ago
447b032
[NAN] Add support for NAN RTT.
by Etan Cohen
· 8 years ago
271c037
[NAN] Remove OnNanDown notification from API
by Etan Cohen
· 9 years ago
72baa1d
WifiConfiguration: Add new selection disable reasons
by Roshan Pius
· 9 years ago
5e680da
[NAN] Add type and nullability annotations. Update hide annotation.
by Etan Cohen
· 9 years ago
5f47bf2
[NAN] Add master switch to enable/disable usage of NAN APIs.
by Etan Cohen
· 9 years ago
51181fb
[NAN] Re-factor connect/config flow
by Etan Cohen
· 9 years ago
231859c
[NAN] Refactor session lifecycle to clarify API & eliminate race conditions
by Etan Cohen
· 9 years ago
564355a
[NAN] Removed NAN event registration - dispatch all callbacks.
by Etan Cohen
· 9 years ago
26d5be2
[NAN] Consolidate publish/subscribe callback sets into single set
by Etan Cohen
· 9 years ago
065c07e
[NAN] Replace session callback configuration control
by Etan Cohen
· 9 years ago
51fb9c6
[NAN] Expose match style configuration as public API.
by Etan Cohen
· 9 years ago
5206568
[NAN] API cleanup - rename FLAGS.
by Etan Cohen
· 9 years ago
00abb43
[NAN] Renamed listeners to callback per API guidelines
by Etan Cohen
· 9 years ago
b29bbcc
[NAN]: API update - consolidate Puslish|Subscribe Data+Subscribe -> Config
by Etan Cohen
· 9 years ago
982a045
NAN: Support multiple instantiation per UID - introduce a client ID.
by Etan Cohen
· 9 years ago
98ad888
Docs: Suppress errors in SystemApi Build Bug: 28427390
by Gina Dimino
· 8 years ago
0d47f4b
Merge "BatteryStats: Introduce Async external stats requests" into nyc-dev
by Adam Lesinski
· 9 years ago
f49b51e
Merge "Use ConnectivityThread for RttManager." into nyc-dev
by Wei Wang
· 9 years ago
010bf37
BatteryStats: Introduce Async external stats requests
by Adam Lesinski
· 9 years ago
e9f5cd3
Merge "Added useExternalScores field to WifiConfiguration." into nyc-dev
by Jeremy Joslin
· 9 years ago
53afdf2
Merge "Expose RTT capability APIs for secure RTT." into nyc-dev
by Steve Malkos
· 9 years ago
bd3353a
Use ConnectivityThread for RttManager.
by Wei Wang
· 9 years ago
fc86013
Added useExternalScores field to WifiConfiguration.
by Jeremy Joslin
· 9 years ago
cae1be2
Expose RTT capability APIs for secure RTT.
by Wei Wang
· 9 years ago
0ed524de
Connect WifiScanner synchronously without sync barrier
by Mitchell Wills
· 9 years ago
82f3053
Merge "Fixed incomplete OSEN config code." into nyc-dev
by Jan Nordqvist
· 9 years ago
3c58709
Merge "Make WifiScanner state not static and use ConnectivityThread" into nyc-dev
by Mitchell Wills
· 9 years ago
91312c7
Make WifiScanner state not static and use ConnectivityThread
by Mitchell Wills
· 9 years ago
44a4668
Rename enableAutoJoinWhenAssociated() to setEnableAutoJoinWhenAssociated()
by Samuel Tan
· 9 years ago
5a4027e
Merge "WifiScanner: Remove pnosetting stopPno API (1/2)" into nyc-dev
by Roshan Pius
· 9 years ago
37aeb47
WifiScanner: Remove pnosetting stopPno API (1/2)
by Roshan Pius
· 9 years ago
429b9fcb
Merge "Enable/disable WifiConnectivityManager at runtime" into nyc-dev
by Randy Pan
· 9 years ago
f5c0a55
Fix wrong condition am: 492ed58
by Rubin Xu
· 9 years ago
492ed58
Fix wrong condition
by Rubin Xu
· 9 years ago
74638cd
Enable/disable WifiConnectivityManager at runtime
by Randy Pan
· 9 years ago
467400a
Obsolete a couple of auto-join related APIs.
by Randy Pan
· 9 years ago
61b5a76
Fixed incomplete OSEN config code.
by Jan Nordqvist
· 9 years ago
612b4c5
Merge "Send WorkSource for scan requests so the origin can be overridden" into nyc-dev
by Mitchell Wills
· 9 years ago
133240f
Merge "Add WifiScanner API that accepts a WorkSource for scans" into nyc-dev
by Mitchell Wills
· 9 years ago
Next »