- Feb 25, 2020
-
-
Artur Satayev authored
Bug: 145132366 Test: m dist Change-Id: I0863d428cdeb56551caa0fd548ab50fdcad96ece
-
Treehugger Robot authored
Merge "Update javadoc to reflect that BluetoothPbap#setConnectionPolicy returns true on successfully setting the connection policy instead of on disconnection. It also now indicates that if BluetoothProfile#CONNECTION_POLICY_FORBIDDEN is passed in, the profile will be disconnected."
-
Treehugger Robot authored
-
Austin Shin authored
-
junyulai authored
setLimit can be ignored if the quota is unlimited and not changed, and the log could be omitted since it will still be logged in HAL. Request stats update will print error log in service if it is not correctly responded in time. Test: atest TetheringTests Test: manual Fix: 149735152 Change-Id: I01c0191d5b89942fa69b167b8a6b40ed2821300b
-
Frank Li authored
-
Lorenzo Colitti authored
* changes: Fix a logic error in IpServerTest#addRemoveipv6ForwardingRules Clear IPv6 forwarding rules when losing upstream or stopping.
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Mark Chien authored
-
Lorenzo Colitti authored
-
Lorenzo Colitti authored
When checking that link-local and multicast neighbours are ignored, make sure the test neighbours are added on the correct interface. Otherwise, they might be ignored because events on the wrong interface are ignored, and not necessarily because link-local and multicast neighbours are ignored. Test: atest TetheringTests Change-Id: I4a624ea4ce9ee9a9352afccbc7bf866587d4cdfa
-
Lorenzo Colitti authored
Test: new unit test Change-Id: I8626932e43e0daa300dad5fe6a81f47a6d667030
-
- Feb 24, 2020
-
-
Sarah Chin authored
-
Rahul Sabnis authored
true on successfully setting the connection policy instead of on disconnection. It also now indicates that if BluetoothProfile#CONNECTION_POLICY_FORBIDDEN is passed in, the profile will be disconnected. Bug: 148966894 Test: Manual Change-Id: I881c240fcbce0c8148625c35e6e88ab02ea7122f
-
markchien authored
Test: build Change-Id: Iad504f0e709daadfb4d86205c07f0faf429f5a8f
-
Yo Chiang authored
-
Jack Yu authored
Test: build pass Bug: 149998089 Change-Id: I1740cf1e04a648a2fdb23a499f1d1fb39c8622a0
-
Yo Chiang authored
Use DEFAULT_USERDATA_SIZE as userdata partition size if the calling Intent desn't specify the userdata size or the specified size is zero. Bug: 145891687 Test: adb shell am start-activity \ -n com.android.dynsystem/com.android.dynsystem.VerificationActivity \ -a android.os.image.action.START_INSTALL \ -d file:///storage/emulated/0/Download/aosp_arm64-dsu_test.zip Change-Id: I52767dfefef394403c5e16fcfd40792b14ff9a71
-
- Feb 23, 2020
-
-
Lorenzo Colitti authored
-
Amy Zhang authored
-
- Feb 22, 2020
-
-
Joshua Duong authored
-
Treehugger Robot authored
-
Joshua Duong authored
This CL has a couple of notable changes: - Add communication layer between adbd, system server, and Settings UI - Add system notification (Wireless debugging connected) when at least one device is connected. - Add trusted networks (BSSID) to the keystore. - Changed the keystore format to: <keyStore version="1"> <adbKey ... /> <wifiAP ... /> </keyStore> - Currently, trusted networks don't have a expiration time. Also, only way to clear it is by blowing up the keystore (revoke permissions). - Add pairing mechanism: - Using libadbwifi_pairing_connection C++ library to pair a device using SPAKE2 protocol over TLS. - Register MDNS service for client discovery. - Removed ability to ctl.start/stop adbd from UsbDeviceManager - AdbService now controls when to do this Bug: 111434128, 119490154, 119492574 Test: Manual. From developer options: 1) USB debugging off, WiFi Debugging off - Ensure both transports are disabled by trying to connect via WiFi and USB. 2) USB debugging on, WiFi Debugging off - Connections via USB are available, WiFi is disabled 3) USB debugging off, WiFi Debugging on - Connections via WiFi are available (IP + port), USB is not available 4) USB debugging on, WiFi Debugging on - Check both transports work Change-Id: I9f87679d195da99a55b6faf7131da1f1af65fe01 Merged-In: I9f87679d195da99a55b6faf7131da1f1af65fe01 Exempt-From-Owner-Approval: already approved
-
- Feb 21, 2020
-
-
Amy authored
Test: manual Bug: 147380513 Change-Id: Id026b59bcec4a1ead9aa7ba900e72ee074c7ef81 Merged-In: Ifedc4e6f120e711aadffdf715d8720e0b64fbe16
-
Colin Cross authored
Tethering's JNI libraries use the NDK version of liblog, it should not package the platform version of liblog into the APK. Bug: 149591340 Test: m checkbuild Change-Id: If208c1078d2755907f57d7853a5c545bf12458c2
-
Sarah Chin authored
Re-expose raw data roaming state from modem Revert logic in getDataRoamingFromRegistration and make @SystemApi Test: atest ServiceStateTest, ServiceStateTrackerTest Bug: 146000674 Change-Id: Ibe52c06a4a42bce0f83548355907459a5b152d9a Merged-In: Ibe52c06a4a42bce0f83548355907459a5b152d9a
-
Sarah Chin authored
-
Anna Trostanetski authored
-
Anna Trostanetski authored
Reason for revert: cache needs to be cleared on package install. This is much simpler to do in internal master with recent changes (ag/10172190) so I'm reverting the cache from aosp to keep it correct, and cherrypicking this into internal master. Change-Id: I71757a5b60fbdba3c69322b95a20527a1e3a66e9
-
Treehugger Robot authored
-
Lorenzo Colitti authored
Allow dispatchTetherConnectionChanged to pass in a null upstream interface and/or null LinkProperties. This will allow future tests to check what happens when the upstream interface goes away. Test: test-only change Change-Id: I7cfc32d072f23644159d33700d6cd830c426ea19
-
Anton Hansson authored
-
Chiachang Wang authored
The permissions are checked by Tethering; mainline modules should be able to do permission checks based on these permissions. Bug: 135411507 Test: m Change-Id: Ib7f2aedfaaa909bbc356196114c62af9345f2593
-
Treehugger Robot authored
-
Chalard Jean authored
Because we liked to be really sure. Test: ConnectivityServiceTests Change-Id: I8d66257777d4c5b6ca097a5f2575d0872fae05dd
-
Yan Yan authored
-
evitayan authored
Previously because compilation will preferentially uses the ike-stubs statically included in framework.jar, FrameworksIkeTests has to jarjar the ike_test.jar. Otherwise the tests will use the ike-stubs and cannot access to the hidden implementation. This commit removes ike-stubs in framework-minus-apex and framework and statically includes it in services.core.unboosted. In this way, system server can still compile against ike.jar and at the same time FrameworksIkeTests does not need to jarjar the ike_test.jar anymore Bug: 145995723 Test: build, flash, boot, loaded in system server Test: atest FramewokrsIkeTests (passed) Test: m mts && mts-tradefed run mts-ipsec (passed) Change-Id: I75dabcc522e89c94c3e888f5cea22ad5ce0a77e5 Merged-In: I75dabcc522e89c94c3e888f5cea22ad5ce0a77e5
-
Treehugger Robot authored
-
Joshua Duong authored
* changes: Add Settings.Global.ADB_WIFI_ENABLED. [adbwifi] SysUI: Add WifiDebuggingActivity.
-