- Oct 30, 2020
-
-
Xiao Ma authored
Since we created a new package(android.net.networkstack.aidl) particularly for new added stable AIDL files, using generic wildcards instead of enumerating each specific parcelable name. Bug: 157534516 Test: atest FrameworksNetTests Change-Id: I83f7ef42d0af1d691abd4b5892b079d4ab17e6b4
-
- Oct 29, 2020
-
-
Howard Chen authored
-
Xiao Ma authored
Merge changes from topic "revert-1353490-revert-1323251-ipv6_prov_loss_quirk_parcelable-DVBHZDYMHA-MDHWFKJABZ" * changes: Add jarjar rule for IPv6ProvisioningLossQuirk. Revert "Revert "Test IPv6ProvisioningLossParcelable in the NetworkAttributes"""
-
Chiachang Wang authored
* changes: Replace hidden NMS API for setting MTU Replace hidden NMS default network configuration API
-
Chiachang Wang authored
-
Howard Chen authored
Bug: 171718124 Test: DSU installation Change-Id: Id352e37238aad6499841dc379b006f2e0150181d
-
Treehugger Robot authored
-
Hall Liu authored
-
Treehugger Robot authored
-
- Oct 28, 2020
-
-
Yuchao Zhou authored
-
Treehugger Robot authored
Merge "Move all BluetoothCodecConfig and BluetoothCodecStatus APIs moved from the non-SDK API list to the blocklist in Android 11 back to the non-SDK API list."
-
Rahul Sabnis authored
the non-SDK API list to the blocklist in Android 11 back to the non-SDK API list. Tag: #feature Bug: 168812851 Test: atest BluetoothHostTest#testCodecMethodsAccessible Merged-In: I29983284b1a1c271d983c99b286e204604abdc72 Change-Id: I29983284b1a1c271d983c99b286e204604abdc72
-
Shraddha Basantwani authored
Test: atest HdmiCecMessageValidatorTest Bug: 170811408 Change-Id: I83463d058ae6e3dd0f8f0fad04106264e50cc4c9
-
Shraddha Basantwani authored
Test: atest HdmiCecMessageValidatorTest Bug: 170811408 Change-Id: Iec05a2ea267f420a3705bb4bec122d8375999cb5
-
Chiachang Wang authored
Replace the hidden NMS setMtu API with calling INetd directly for incoming ConnectivityService mainline. Bug: 170598012 Test: atest FrameworksNetTests Test: manually connect and disconnect network Change-Id: I6a51d8033b3354824d4cfb953c2bbe3055d00102
-
Chiachang Wang authored
Replace the hidden NMS addInterfaceToNetwork and removeInterfaceFromNetwork with calling INetd directly for incoming ConnectivityService mainline. Bug: 170598012 Test: atest FrameworksNetTests Test: manually connect and disconnect network Change-Id: I0f1f866be2f8084b992b340aeabfb5d62420686b
-
Chiachang Wang authored
Replace the hidden setDefaultNetId and clearDefaultNetId NMS APIs with accessing INetd directly for the incoming ConnectivityService mainline. Bug: 170598012 Test: atest FrameworksNetTests Test: manually connect and disconnect wifi Change-Id: I162fae5ca444207a037e5ac4bf8fa0a77a648ca1
-
- Oct 27, 2020
-
-
Yuchao Zhou authored
These tests were developed for Wear platform test many years ago and haven't been used for long time. Removed to prevent risks. Test: Removing code. Bug: 170730828 Change-Id: I71cc4a3959bd2b195723c0a04928d7566f8a23ed
-
Kohsuke Yatoh authored
-
James Mattis authored
-
Michael Sun authored
-
James Mattis authored
Adding network capability to be used with networks to be only used by OEM apps. Bug: 171505922 Test: atest CtsNetTestCasesLatestSdk:NetworkCapabilitiesTest Change-Id: Ib55ebec0e178b6317d92f17e1aff060dacdfb2b1
-
Treehugger Robot authored
* changes: Let #getUiAutomation return null if UiAutomation fails to connect (3/n) Allow #disconnect to be called safely on connection timeout (2/n) Add #connectWithTimeout (1/n)
-
JW Wang authored
Now #getUiAutomation returns null if the underlying UiAutomation fails to connect for targetSdkVersion > R. This gives the caller a chance to retry and decide when to give up. Bug: 147785023 Test: presubmit Change-Id: Ibf201fa042b80c067f2a0c3b0bde23adf9c60546 Merged-In: Ibf201fa042b80c067f2a0c3b0bde23adf9c60546
-
JW Wang authored
Now #disconnect won't throw if the previous #connect failed due to timeout. Note we also introduce generation id so we won't receive notifications or modifications from the previous client to disrupt UiAutomation's status when making the next connection. Bug: 147785023 Test: m Change-Id: Idf77207124494bd78770b8ea5d9ac4b1fd1a490a Merged-In: Idf77207124494bd78770b8ea5d9ac4b1fd1a490a
-
Treehugger Robot authored
* changes: CEC : Add OSD String Validator for CEC Messages CEC : Add ASCII validator for CEC messages
-
Mathew Inwood authored
-
Anton Hansson authored
-
Xiao Ma authored
A new stable parcelable IPv6ProvisioningLossQuirk added in network stack module, which is used to record the network quirk info which causes IPv6 provisioning loss, e.g. the router lifetime in RA is 0 and the default route will be removed from LinkProperties. Previously this change breaks CtsStrictJavaPackagesTestCases due to a jarjar rule is missed. Also rename the package name based on the revert change. Also include slight stable AIDL package and variable rename. Bug: 157534516 Test: atest CtsStrictJavaPackagesTestCases FrameworksNetTests Change-Id: Ic2f6b75beefb574f7e2fb4c157667e7734eccd05
-
Xiao Ma authored
Test IPv6ProvisioningLossParcelable in the NetworkAttributes. Bug: 157534516 Test: atest NetworkStackTests This reverts commit_3740bfadadaaf268f92aaf35dd92e4ce432b39cb Reason for revert: Roll forward the previous change, as the CtsStrictJavaPackagesTestCases breakage has been addressed by adding the jarjar rule in wifi module. Change-Id: Ib4d70ce557cad98643c811b219f51e9b68179ee8
-
Michael Sun authored
As SystemSuspend support notifyWakeup callback with wakeup reason embedded, BatteryStats no longer required to pull such reasons from kernel files by itself. Test: adb shell dumpsys batterystats --history Bug: 171021049 Change-Id: I69717387586994b744297f5ac0f5b66ef2bdce32
-
Treehugger Robot authored
-
Chiachang Wang authored
-
Chiachang Wang authored
ConnectivityService is going to become a mainline module which will not able to access hidden APIs. DataConnectionStat needs to get the NR 5G state of the mobile data network for checking if the network type is 5G or not. API in NetworkRegistrationInfo is suggested to replace the original one in ServiceState. Thus, expose it as a public API to support it. Bug: 171183530 Test: make update-api ; m Test: atest CtsTelephonyTestCases Change-Id: I965499792286de4f1447559be66ca4be80bd0e6f
-
- Oct 26, 2020
-
-
Hall Liu authored
Add a link to the alternative way of obtaining service state through PhoneStateListener Fixes: 171704709 Test: docs only Change-Id: Iee5d8a68b93ecc4029ae21ccac52dc93d56dc253
-
Mohammad Islam authored
* changes: Make rollback-app support --staged-ready-timeout flag Simplify flags used to wait for staged session ready
-
Mathew Inwood authored
The previous error didn't really explain the problem from the users point of view. Test: modify hiddenapi-unsupported.txt and build Change-Id: I6f551343db84b20b32a963dccddf10cd08ea2be7
-
Tyler Gunn authored
-
Baligh Uddin authored
BUG: 170387172 Test: TH Change-Id: Ifb2bd2c3db97c52baeac6f2e3643dabf6fcfde6e
-
Treehugger Robot authored
-