Commit Graph

477131 Commits

Author SHA1 Message Date
Jay Aliomer
c2094aedcc Screen recording doesnt record internal audio
Fixes: 156645454
Test: manual
Change-Id: I3be1df0e6261750b2fe923650ee3359414fce642
2020-05-16 17:58:25 -04:00
TreeHugger Robot
eb191392e6 Merge "Don't try to recreate IncrementalFileStorages on re-commit." into rvc-dev 2020-05-13 16:01:39 +00:00
TreeHugger Robot
d060004e6a Merge "Streaming installation: allow non-v4-signed files (e.g. .dm)" into rvc-dev 2020-05-13 15:59:15 +00:00
Heemin Seog
d4bbe29638 Merge "Change new, unmountable, and unsupported media notifications for cars" into rvc-dev 2020-05-13 15:27:57 +00:00
Bill Yi
f91505010b [automerger skipped] Import translations. DO NOT MERGE am: ae6d9a83b2 -s ours
am skip reason: subject contains skip directive

Change-Id: I649d1ccfedf3698e590fe9edd3b012ec7bfac12f
2020-05-13 15:12:39 +00:00
TreeHugger Robot
cb9287697d Merge "QSTileHost use overrideableByRestore" into rvc-dev 2020-05-13 15:10:53 +00:00
Nucca Chen
1cc3f4a438 Merge "A minor followup change for BPF offload device option stuff" into rvc-dev 2020-05-13 14:58:34 +00:00
Paul Duffin
85f2c79461 Merge "Cleanup packages/Tethering/common/TetheringLib" into rvc-dev 2020-05-13 14:30:33 +00:00
Fabian Kozynski
03855c1a12 Merge "Move IPC calls to background thread in CarrierTextController" into rvc-dev 2020-05-13 13:51:12 +00:00
Paul Duffin
60fcf21ec8 Cleanup packages/Tethering/common/TetheringLib
Merge the otherwise unused tethering-aidl-interfaces into
framework-tethering.

This is in preparation for converting to use java_sdk_library.

Bug: 155164730
Test: m droid
Merged-In: I4583539d11ba69320aa5a0dfcfee072c81affac2
Change-Id: I4583539d11ba69320aa5a0dfcfee072c81affac2
(cherry picked from commit 267dd95c3e)
2020-05-13 13:57:12 +01:00
TreeHugger Robot
989150cb71 Merge "Fix OOM when running testAddRemoveRace" into rvc-dev 2020-05-13 12:51:28 +00:00
TreeHugger Robot
f4fa3eb9fa Merge "Hide the top intent resolver divider when there are tabs" into rvc-dev 2020-05-13 12:41:43 +00:00
Vadim Caen
ade62d5627 Merge changes I24d33b94,I9db3c5d1 into rvc-dev
* changes:
  System Bars animation for fixed rotation transform
  Defer animation finish from AnimationAdatpter
2020-05-13 12:23:38 +00:00
Mark Chien
5d846418a7 Merge "Add test for OffloadHardwareInterface" into rvc-dev 2020-05-13 12:13:40 +00:00
Tiger Huang
47936d5e9c Merge "Remove more dead tests of legacy insets mode" into rvc-dev 2020-05-13 11:52:39 +00:00
Maciej Żenczykowski
61d59a747f A minor followup change for BPF offload device option stuff
- Correct description and spelling in the code and xml files.
- Add a TODO for refactoring the IpServer constructor.
- Refine the if-statement for starting IP neighbor monitor.

Bug: 149997301
Test: atest IpServerTest
Original-Change: https://android-review.googlesource.com/1309273
Merged-In: If9c8bc6f785fa80575db56de4e223292e9807ace
Change-Id: If9c8bc6f785fa80575db56de4e223292e9807ace
2020-05-13 10:06:47 +00:00
Mark Chien
56f007b327 Add test for OffloadHardwareInterface
Bug: 145490751
Test: atest TetheringTests

Merged-In: Ia402a6caaa0dfaa05d25a02101c515bbd884d33f
Change-Id: Ia402a6caaa0dfaa05d25a02101c515bbd884d33f
2020-05-13 10:06:26 +00:00
Nucca Chen
d09423450b Merge "Add tether BPF offload config to device config and resource" into rvc-dev 2020-05-13 09:54:50 +00:00
Nucca Chen
95e0bacca4 Add tether BPF offload config to device config and resource
The tether bpf offload can be enabled by resource config and
device config. The device config has higher priority and it
could override this config which is set by resource config.

Bug: 149997301
Test: -build, flash, boot
      -atest TetheringConfigurationTest
Original-Change: https://android-review.googlesource.com/1276007

Use device option to control BPF offload features

If BPF offload device config is not enabled:
- Does not add/remove offload forwarding rules through disabling IP
  neighbor monitor.
- Does not apply the RA MTU reduction.

Bug: 149997301
Test: atest IpServerTest
Original-Change: https://android-review.googlesource.com/1284578
Merged-In: I2d6f80f0229f580c4b16243a064e889a6c37f77a
Change-Id: I2d6f80f0229f580c4b16243a064e889a6c37f77a
2020-05-13 09:41:31 +00:00
Bill Yi
ae6d9a83b2 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I5ab0cde21879961579cdd3ee53a71fbeecf20a6b
2020-05-13 08:59:57 +00:00
Tiger Huang
1da312dcab Remove more dead tests of legacy insets mode
This CL also removes the assumptions about the new insets mode, because
we are always in the new insets mode now.

Fix: 156311082
Test: atest ViewRootImplTest DisplayPolicyLayoutTests WindowStateTests
Change-Id: I9f6f8824ae364b9cd95f6715dd761026d602c095
2020-05-13 16:50:55 +08:00
Jooyung Han
a89c6163aa Merge changes I655211e0,Ifaecb49a into rvc-dev
* changes:
  InProcessTethering: set min_sdk_version
  Set min_sdk_version for updatable mainline modules
2020-05-13 08:46:31 +00:00
Jooyung Han
292dff5f74 InProcessTethering: set min_sdk_version
Modules contributing mainline modules (APK/APEX) should set
min_sdk_version as well as apex_available.

InProcessTethering is a part of com.android.tethering.inprocess,
therefore min_sdk_version is set.

Exempt-From-Owner-Approval: CP from AOSP

Bug: 145796956
Bug: 150999716
Test: m
Merged-In: I655211e0b9aa4bd7cb3718b6f567f0aa1a0176a5
Change-Id: I655211e0b9aa4bd7cb3718b6f567f0aa1a0176a5
(cherry picked from commit ace605ef56)
2020-05-13 08:45:54 +00:00
Yunfan Chen
4c6a8fc2e2 Fix OOM when running testAddRemoveRace
The test has been very likely to fail with OOM error or process crashes.
This is because we repeatedly creating ActivityRecord/ActivityStack/Task
in the test. Even though we release it after each run, the GC can still
throw OOM because of reference by mocking is not released while running
the test. After receiving several OOM's, the test process will crash.

To fix this issue, simply re-use the same ActivityRecord instead of
creating one per loop run. This works for this test as we only care
about the starting window handling inside ActivityRecord.

Test: atest AppWindowTokenTests#testAddRemoveRace
Bug: 130392471
Change-Id: I7df942d364ee07e179b05b6f837494c475197d7c
2020-05-13 17:43:53 +09:00
Tiger Huang
a56a11b875 Merge "Make BiometricPrompt fits system bars" into rvc-dev 2020-05-13 08:12:19 +00:00
TreeHugger Robot
1d650a22fb Merge "Fix truncated string in battery saver notification" into rvc-dev 2020-05-13 07:58:54 +00:00
TreeHugger Robot
82051a2532 Merge "Prevent MediaRouter2 w/o permission from getting DEVICE_ROUTE" into rvc-dev 2020-05-13 07:31:34 +00:00
Jooyung Han
fc02525f27 Set min_sdk_version for updatable mainline modules
Modules contributing mainline modules (APK/APEX) should set
min_sdk_version as well as apex_available.

For now setting min_sdk_version doesn't change build outputs.
But build-time checks will be added soon.

Bug: 145796956
Bug: 150999716
Test: m
Merged-In: Ifaecb49a47a1f43edea3ea06e1cf704a177d1044
Change-Id: Ifaecb49a47a1f43edea3ea06e1cf704a177d1044
(cherry picked from commit 33aa294e96)
2020-05-13 16:18:51 +09:00
TreeHugger Robot
1ecd4528fb Merge "Fix null point exception on MediaDevice" into rvc-dev 2020-05-13 06:03:32 +00:00
Hyundo Moon
fa248a71e0 Prevent MediaRouter2 w/o permission from getting DEVICE_ROUTE
Bug: 156339277
Test: Checked the logs which shows that DEVICE_ROUTE doesn't come.
      Also passed the existing CTS tests.
Change-Id: Iec694a7abae8a1550221135192775180e735ed19
2020-05-13 14:44:45 +09:00
Ahmed ElArabawy
2a56a97972 Merge "Wifi: Add constant and utility method for bands" into rvc-dev 2020-05-13 04:40:48 +00:00
TreeHugger Robot
a24033d8aa Merge "Import translations. DO NOT MERGE" into rvc-dev 2020-05-13 03:08:10 +00:00
TreeHugger Robot
b4f62e7fd8 Merge "Updated CarNavigationBar to update status bar icon appearance on start." into rvc-dev 2020-05-13 03:03:50 +00:00
Minche Li
179321d5c7 Merge "Removes the a11y service from the cached service list when onPackageRemoved" into rvc-dev 2020-05-13 02:31:50 +00:00
Matt Pietal
fb3ee92087 Merge "Controls UI - Only show controls after device is setup" into rvc-dev 2020-05-13 02:21:36 +00:00
Muhammad Qureshi
a3461a2d4a Merge "Use ASSERT_EQ for size assertions." into rvc-dev 2020-05-13 02:08:11 +00:00
TreeHugger Robot
8ae0cfe36b Merge "Increase content capture buffer size to 500 Anecdotally this should cover typical messaging first screens whereas 100 events seems to be small." into rvc-dev 2020-05-13 01:57:06 +00:00
Mady Mellor
6efab8dbcd Merge "Clear out mTempRect before getting touchable region." into rvc-dev 2020-05-13 01:53:48 +00:00
TreeHugger Robot
1223fab4b7 Merge "Fixed AAAPlusPlusVerifySysuiRequiredTestPropertiesTest broken by missing annotation in CarKeyguardViewControllerTest." into rvc-dev 2020-05-13 01:46:23 +00:00
Samuel Fufa
f5de7b097e Merge "Resolve NPE on widget.provider.id" into rvc-dev 2020-05-13 01:43:56 +00:00
TreeHugger Robot
ec5ab8b1d4 Merge "Update screen record icons" into rvc-dev 2020-05-13 01:14:48 +00:00
Junyu Lai
6be5ab64dc Merge "[SM15] Fix MobileBytesTransfer puller get lesser NetworkStats" into rvc-dev 2020-05-13 01:02:44 +00:00
TreeHugger Robot
58c274fdcb Merge "When android:ui process receives callback result of AppPredictionService sortTargets, directly handles result instead of sending to Handler which takes extra time to dispatch messages." into rvc-dev 2020-05-13 00:57:28 +00:00
TreeHugger Robot
8e65e07631 Merge "Persists bubbles to disk (part 3)" into rvc-dev 2020-05-13 00:47:55 +00:00
Matt Pietal
735b2fd312 Merge "Controls UI - Do not clear callbacks on user change" into rvc-dev 2020-05-13 00:46:25 +00:00
Junyu Lai
29e03f93fb Merge "Use CopyOnWriteArrayList to store list of NetworkStatsProviderCb" into rvc-dev 2020-05-13 00:42:42 +00:00
Remi NGUYEN VAN
9c359bea37 Merge "Send full LinkProperties to NetworkMonitor" into rvc-dev 2020-05-13 00:34:41 +00:00
TreeHugger Robot
117c1f72cf Merge "Controls UI - Support RangeTemplate and TemperatureControlTemplate" into rvc-dev 2020-05-13 00:01:40 +00:00
Bill Yi
9de11d7be1 Import translations. DO NOT MERGE
Auto-generated-cl: translation import
Change-Id: I9afc002c63f0fde8ee1d54b4bfd15b5efb3fd78a
2020-05-12 23:54:29 +00:00
Ben Lin
2e0749d61a Merge changes I8af9d0de,Ifb0c0b50 into rvc-dev
* changes:
  Allow PIP window corners to be drag-resizable.
  PIP: Make resize only start from corners.
2020-05-12 23:32:20 +00:00