Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
7b84987a6acf2f0a950c334a17a6ee085db3ba4f
7b84987
[NAN] Add transport type for NAN.
by Etan Cohen
· 9 years ago
5b63e6c
WakeupMessage: add mechanism to specify the object member of Message.
by Etan Cohen
· 9 years ago
93d3c79
[NAN] Add retry count for transmitting L2 NAN messages
by Etan Cohen
· 9 years ago
fb8021c
[NAN] Add support for NAN RTT.
by Etan Cohen
· 9 years ago
cbf3759
[NAN] Remove OnNanDown notification from API
by Etan Cohen
· 9 years ago
d775a16
[NAN] Add type and nullability annotations. Update hide annotation.
by Etan Cohen
· 9 years ago
d3137af
[NAN] Add master switch to enable/disable usage of NAN APIs.
by Etan Cohen
· 9 years ago
65f4b14
Merge "[NAN] Re-factor connect/config flow" into mm-wireless-dev
by Etan Cohen
· 9 years ago
52b3a24
[NAN] Re-factor connect/config flow
by Etan Cohen
· 9 years ago
492ed58
Fix wrong condition
by Rubin Xu
· 9 years ago
20ebbb3
Merge "ConnectivityMetricsLogger: Switch to "pull" model" into mm-wireless-dev
by Pavel Zhamaitsiak
· 9 years ago
d1cb256
ConnectivityMetricsLogger: Switch to "pull" model
by Pavel Zhamaitsiak
· 9 years ago
499a8da
Ril Error codes: Voice related messages
by Ajay Nambi
· 9 years ago
2fca9eb
Merge "ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]" into mm-wireless-dev
by Pavel Zhamaitsiak
· 9 years ago
7ed3044
ims:rcs: Add UCE interface files for RCS. [DO NOT MERGE]
by Dheeraj Shetty
· 9 years ago
85870d6
Add a meteredHint to ScoredNetwork.
by Jeremy Joslin
· 9 years ago
2a73c7f
[NAN] Refactor session lifecycle to clarify API & eliminate race conditions [DO NOT MERGE]
by Etan Cohen
· 9 years ago
a5ed693
[NAN] Removed NAN event registration - dispatch all callbacks. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
8414f5c
[NAN] Consolidate publish/subscribe callback sets into single set [DO NOT MERGE]
by Etan Cohen
· 9 years ago
e393f57
[NAN] Replace session callback configuration control [DO NOT MERGE]
by Etan Cohen
· 9 years ago
8ef7453
[NAN] Expose match style configuration as public API. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
3d09db6
DO NOT MERGE Add KEY_USE_RCS_PRESENCE_BOOL carrier config option.
by Tyler Gunn
· 9 years ago
b3e1083
New error codes for SMS/other messages
by Ajay Nambi
· 9 years ago
d292ed8
Merge "WifiManager: Remove static objects" into mm-wireless-dev
by Paul Stewart
· 9 years ago
44729c6
Fix build failure.
by Sanket Padawe
· 9 years ago
49916d3
Merge "Add RIL Error code list" into mm-wireless-dev
by Sanket Padawe
· 9 years ago
a1ce048
Add RIL Error code list
by twen.chang
· 9 years ago
a016ebb
WifiManager: Remove static objects
by Paul Stewart
· 9 years ago
45eb1bd
Merge "Added EIDs for ERP, Supported & Extended Rates" into mm-wireless-dev
by Glen Kuhne
· 9 years ago
d412376c
Merge "WifiScanner: Add hidden networkIds in scan setting" into mm-wireless-dev
by Roshan Pius
· 9 years ago
2a3ca73
DO NOT MERGE: Move PinningNetworkCallback out to a new NetworkPinner class.
by Lorenzo Colitti
· 9 years ago
bff37ec
Added EIDs for ERP, Supported & Extended Rates
by Glen Kuhne
· 9 years ago
49b6f19
WifiScanner: Add hidden networkIds in scan setting
by Roshan Pius
· 9 years ago
e4fd150
WifiScanner: Add PNO public API
by Roshan Pius
· 9 years ago
cf2f48e
Merge "IMS-VT: Disable multi tasking by default" into mm-wireless-dev
by Tyler Gunn
· 9 years ago
2e8f8fe
IMS-VT: Disable multi tasking by default
by Omkar Kolangade
· 10 years ago
7516adb
Merge "WifiConfiguration: show more detail in toString()" into mm-wireless-dev
by Mukesh Agrawal
· 9 years ago
3f7314e
Merge "Revert "New systemapi to mark a wifi network as metered."" into mm-wireless-dev
by Jeremy Joslin
· 9 years ago
578a76e
Have ConnectivityService install packet filters when possible
by Paul Jensen
· 10 years ago
853d741
Support 464xlat on Ethernet.
by Lorenzo Colitti
· 9 years ago
2cdf03f
Merge "add configuration knob for WifiLogger ringbuffers" into mm-wireless-dev
by Mukesh Agrawal
· 9 years ago
e239938
WifiConfiguration: show more detail in toString()
by mukesh agrawal
· 9 years ago
e9e6083
Revert "New systemapi to mark a wifi network as metered."
by Jeremy Joslin
· 9 years ago
8d6edc3
Add 464xlat notification callback
by Erik Kline
· 9 years ago
07d37ff
add configuration knob for WifiLogger ringbuffers
by mukesh agrawal
· 9 years ago
b9df110
Add constructor with more inputs for dependency injection.
by Erik Kline
· 9 years ago
4aeafd8
Merge "IMS Connection Capabilities Update" into mm-wireless-dev
by Tyler Gunn
· 9 years ago
99eb21d
IMS: ImsCallProfile Extra For Call Pull
by Omkar Kolangade
· 9 years ago
f38780b
IMS: Reason Codes For Call Pull Scenarios
by Omkar Kolangade
· 9 years ago
9505e0a
Merge "Modify WakeupMessage to only send the message if not canceled" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
d76b7ee
Merge "Add registrationAssociatedUriChanged to ImsRegistrationListener" into mm-wireless-dev
by Pavel Zhamaitsiak
· 9 years ago
634c1f9
Modify WakeupMessage to only send the message if not canceled
by Mitchell Wills
· 9 years ago
366da672
Retire ScanResult.autoJoinStatus
by Randy Pan
· 9 years ago
ae4cc15
Add registrationAssociatedUriChanged to ImsRegistrationListener
by Pavel Zhamaitsiak
· 9 years ago
1746943
Merge "Adding Error Codes for IWLAN/EPDG Connection" into mm-wireless-dev
by Nathan Harold
· 9 years ago
d94fbf8
Merge "DO NOT MERGE: Multi-SIM - Fixing inconsistent naming in CarrierConfigManager." into mm-wireless-dev
by Shishir Agrawal
· 9 years ago
51e4acb
Merge "Add Connectivity Metrics Logger service" into mm-wireless-dev
by Pierre Imai
· 9 years ago
658d3c8
DO NOT MERGE: Multi-SIM - Fixing inconsistent naming in CarrierConfigManager.
by Shishir Agrawal
· 9 years ago
29c490b
Merge "DO NOT MERGE: Add subscription specific TelephonyManager calls." into mm-wireless-dev
by Shishir Agrawal
· 9 years ago
2339b78
Merge changes from topic 'notification' into mm-wireless-dev
by Pankaj Kanwar
· 9 years ago
4b6d389
Adding Error Codes for IWLAN/EPDG Connection
by Nathan Harold
· 9 years ago
ad3693d
[NAN] API cleanup - rename FLAGS. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
2d3bea7
Merge "Modify the wake reasons data structure(2/2)" into mm-wireless-dev
by Roshan Pius
· 9 years ago
02b3e6b
Add Connectivity Metrics Logger service
by Pavel Zhamaitsiak
· 10 years ago
6f027b4
Merge "Add a unit test for MessageUtils." into mm-wireless-dev
by Lorenzo Colitti
· 9 years ago
3c0d65d
Merge "Disallow duplicate listeners for WifiScanner." into mm-wireless-dev
by Wei Wang
· 9 years ago
718df42
IpConfigStore: New constructor to accept writer
by Roshan Pius
· 9 years ago
e64afb8
Changing string in notification when data is blocked. b/25209821
by pkanwar
· 9 years ago
c3b52bc
Delete all NetworkUtils DHCP-related code.
by Erik Kline
· 9 years ago
b242549
Give bluetooth sufficient capabilities to run DhcpClient
by Erik Kline
· 9 years ago
111d556
Add WaitForProvisioningCallback
by Erik Kline
· 9 years ago
d0e843b
Support setting TCP buffer sizes and HTTP Proxy config
by Erik Kline
· 9 years ago
f979012c
Add a unit test for MessageUtils.
by Lorenzo Colitti
· 9 years ago
70fc162
Merge "Add EID_TIM to ScanResult.InformationElement" into mm-wireless-dev
by Glen Kuhne
· 9 years ago
b6cd6fa
Add EID_TIM to ScanResult.InformationElement
by Glen Kuhne
· 9 years ago
3ca1ccb
Merge "Fix FastXmlSerializerTest" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
acd97e2
Merge "Remove AsyncChannelTest because it does not test anything" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
9272fd8
Merge "DO NOT MERGE Disable failing test case" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
13f378e
Modify the wake reasons data structure(2/2)
by Roshan Pius
· 9 years ago
2740425
Properly map EAP-GTC for TTLS
by Paul Stewart
· 10 years ago
0db6066
Merge "Add Java API for secure RTT protocol." into mm-wireless-dev
by Wei Wang
· 9 years ago
3cf4da9
Disallow duplicate listeners for WifiScanner.
by Wei Wang
· 9 years ago
86821c0
DO NOT MERGE Disable failing test case
by Mitchell Wills
· 9 years ago
733fc6b
Fix FastXmlSerializerTest
by Mitchell Wills
· 9 years ago
c91e57c
Remove AsyncChannelTest because it does not test anything
by Mitchell Wills
· 9 years ago
5947d11
Merge "Move tests for com.android.internal.util out of coretests" into mm-wireless-dev
by Lorenzo Colitti
· 9 years ago
35402eb
Move tests for com.android.internal.util out of coretests
by Lorenzo Colitti
· 9 years ago
019fb9f
Merge "DO NOT MERGE Add a new WakeupMessage class" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
e9ae977
DO NOT MERGE Add a new WakeupMessage class
by Lorenzo Colitti
· 10 years ago
d2457a3
Add a MessageUtils class to convert int constants to strings.
by Lorenzo Colitti
· 9 years ago
0d0f0c7
[NAN] Renamed listeners to callback per API guidelines [DO NOT MERGE]
by Etan Cohen
· 9 years ago
e4c50de
[NAN]: API update - consolidate Puslish|Subscribe Data+Subscribe -> Config [DO NOT MERGE]
by Etan Cohen
· 9 years ago
71210b1
Add Java API for secure RTT protocol.
by Wei Wang
· 9 years ago
aa36f07
NAN: Support multiple instantiation per UID - introduce a client ID. [DO NOT MERGE]
by Etan Cohen
· 9 years ago
ca4c61a
Add Protocol.BASE_ETHERNET
by Erik Kline
· 9 years ago
efa4209
{,Base}DhcpStateMachine is no more
by Erik Kline
· 9 years ago
6eef1df
DO NOT MERGE: Add subscription specific TelephonyManager calls.
by Shishir Agrawal
· 9 years ago
07e27b7
Merge "Remove REPORT_EVENT_CONTEXT_HUB gscan option" into mm-wireless-dev
by Mitchell Wills
· 9 years ago
29a2152
Remove references to BaseDhcpStateMachine and DhcpStateMachine
by Erik Kline
· 9 years ago
b1ee395
Add IpManager#shutdown() to terminate the state machine.
by Erik Kline
· 9 years ago
Next »