- Dec 30, 2020
-
-
David Su authored
Run FrameworksWifiNonUpdatableApiTests Bug: 176260047 Test: presubmit Change-Id: Ic2a10e992263bfbc62a9012a2739060d5f4c9ff1
-
- Dec 29, 2020
-
-
David Su authored
-
Steven Moreland authored
-
Treehugger Robot authored
-
Anton Hansson authored
-
Jing Ji authored
-
David Su authored
Everything remaining in frameworks/base/wifi is non-updatable. Thus, unpack non-updatable/ folder and move everything under wifi/. Bug: 137323948 Test: presubmit Change-Id: I6e1bd3fe6335b5dbe5f8ffa84a84df6434c95674
-
Paul Hu authored
-
Chiachang Wang authored
-
- Dec 28, 2020
-
-
Baligh Uddin authored
-
Baligh Uddin authored
Adjusting visibility to accomodate migration of frameworks/opt/net/wifi to packages/modules/Wifi. BUG: 137323948 Test: TH Change-Id: Ib4c481f6e17507fb5a423be83e04f4cbebfd10f5
-
Junyu Lai authored
-
Remi NGUYEN VAN authored
-
Chiachang Wang authored
-
- Dec 25, 2020
-
-
lihuan3 authored
Test:A process call into updateOomAdjLocked in background which will set its uidRec.lastBackgroundTime = SystemClock.uptimeMillis(); and then in the idleUidsLocked() method it will compare the lastBackgroundTime with the elapsedRealtime which may cause a process which just go into background a few seconds ago become idle state and then be killed by this Change-Id: I419a555ef2f6490c26290b19fc86756fde293551 Signed-off-by:
lihuan3 <lihuan3@xiaomi.com>
-
Serik Beketayev authored
-
- Dec 24, 2020
-
-
Sudheer Shanka authored
-
Serik Beketayev authored
Bug: 173455434 Test: atest FrameworksNetTests Change-Id: I924aed710b62a0c91b888a9e04ac2c90cdfd88d0
-
Aaron Huang authored
-
Baligh Uddin authored
-
junyulai authored
Currently, when the caller increment operation count, the count will be blamed on the active default network even though the traffic is all generated on other networks. This is kind of weird. But in order to change the behavior, extend test coverage first. Test: atest com.android.server.net.NetworkStatsServiceTest#testOperationCount_nondefault_traffic Bug: 174123988 Change-Id: Ia5b5aa3601de15bb9ee5a29f6d184d122f1c5352
-
Sudheer Shanka authored
In a previous change (https://r.android.com/1394342), we did a mass update of whitelist->allowlist and blacklist->denylist in network policy related code. Updating some usages of those (like allowlisted to allowed) to make them sound natural. Test: atest services/tests/servicestests/src/com/android/server/net/NetworkPolicyManagerServiceTest.java Test: atest services/tests/servicestests/src/com/android/server/NetworkManagementInternalTest.java Test: atest hostsidetests/net/src/com/android/cts/net/HostsideRestrictBackgroundNetworkTests.java Change-Id: I6d34b0bd3cdb64d5872874fd9378bfc962a24f8d
-
Remi NGUYEN VAN authored
-
Steven Moreland authored
Forward ownership of libbinder and libhwbinder related things to respective libbinder and libhwbinder OWNERS sets, to support future developments. Bug: 149869862 Test: N/A Change-Id: If14bfdd89719c7cb1e39594aecdb089d4d5c96e3
-
- Dec 23, 2020
-
-
Baligh Uddin authored
Migrate to packages/modules/Wifi. This CL will be presubmit tested once migration is complete. This CL drops the code from frameworks/base/wifi and migrated to packages/modules/Wifi. Also adjusts visibility rules in frameworks/base/Android.bp Bug: 137323948 Test: TH Merged-In: I9031a37c84e17c2cf5c0552d1b33e8fd59216b92 Change-Id: I4ad80b1584f9f80dffed7786739b80f3aaf88cdc
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Roshan Pius authored
-
Roshan Pius authored
The multi STA concurrency API is not present in AOSP. Bug: 162602799 Test: None Change-Id: Iaecedf42890777f6d4507bb81d359e67270ebebb
-
Roshan Pius authored
* changes: WifiInfo: Add equals implementation Convert WifiInfo to TransportInfo
-
Juneup Park authored
When device changes from SCREEN_OFF to SCREEN_ON, AlarmManagerService deliver non-wakeup alarms. If there is TIME_TICK alarm in mPendingNonWakeupAlarms, TIME_TICK alarm is rescheduled. While TIME_TICK alarm is set again, it is removed from mPendingNonWakeupAlarms. Because removing alarm from mPendingNonWakeupAlarms change size of mPendingNonWakeupAlarms, last alarm in mPendingNonWakeupAlarms is not delivered. Test: build / boot Change-Id: If0ab601248b4833855e03157cc47ffc678b3b974 Merged-In: I5228c323bb9698864c467e9e4c400459ca404b3c
-
Chi Zhang authored
-
Anton Hansson authored
-
Jeff DeCew authored
Change-Id: Ifa4a11780bb934f7b644ad150f3c09493b23f9f4
-
Aaron Huang authored
To make connectivity service mainline, this patch makes MultipathPolicyTracker as a submodule of NetworkPolicyManagerService to remove the dependencies of ConnectivityService. Bug: 175015282 Test: FrameworksNetTests Change-Id: I82a7c62069ffd0683deb2f5ce2f99de120a2a16f
-
Anton Hansson authored
Stop tracking the ART APIs in the non-updatable current.txt, and instead add in the txt/srcjar/jar files produced by the art module's java_sdk_library. Bug: 173606718 Test: manual last_released check of merged api txt (b/174847574 to automate) Change-Id: I446a381f2b364a114ce391b99a13742d6769f14d
-
Anton Hansson authored
These were used temporarily before merged stubs were ready, but they are not used anymore. Test: m Change-Id: I517f64353749ffd8d92b8ddbc1dd8b7af75f2176
-
Anton Hansson authored
-
Baligh Uddin authored
-
Nikita Ioffe authored
-