Commit Graph

115009 Commits

Author SHA1 Message Date
Jean-Michel Trivi
f5404090c0 Merge "Add method in Handler to remove messages with equal object" into rvc-dev am: 1c21c7c74b
Change-Id: Ia247f11dcdfffa481769039e72d1e7be1cf50ccf
2020-04-24 00:09:29 +00:00
Jean-Michel Trivi
1c21c7c74b Merge "Add method in Handler to remove messages with equal object" into rvc-dev 2020-04-24 00:02:55 +00:00
TreeHugger Robot
a10bf2e92c Merge changes from topic "bound status" into rvc-dev am: a721ccdc7c
Change-Id: I77e7cc5a5666cd22cf7a4ee1b3c4cd0515a395fc
2020-04-23 22:59:17 +00:00
TreeHugger Robot
a721ccdc7c Merge changes from topic "bound status" into rvc-dev
* changes:
  DataLoader cleanup: return plain FD from Java.
  Keep only service binding in DataLoaderManager.
2020-04-23 22:50:46 +00:00
Julia Reynolds
9cfa34a6ff Merge "Record whether apps have sent msg notifications" into rvc-dev am: 37e724b15d
Change-Id: Ia3727b3f837b8c92a77f8686a9297808c1d125dd
2020-04-23 22:22:41 +00:00
Julia Reynolds
37e724b15d Merge "Record whether apps have sent msg notifications" into rvc-dev 2020-04-23 22:19:53 +00:00
TreeHugger Robot
fcd312d89b Merge "Parses package/provider with non-configuration strings" into rvc-dev am: 9b8965044c
Change-Id: Ib83d896a3f90ec95a333b03a7c07862c4fdbbb97
2020-04-23 21:06:34 +00:00
TreeHugger Robot
9b8965044c Merge "Parses package/provider with non-configuration strings" into rvc-dev 2020-04-23 20:55:02 +00:00
Julia Reynolds
a7dac439a3 Record whether apps have sent msg notifications
Test: atest
Bug: 154814754
Change-Id: I6b633c5e309deb11feda94d4e67858a376dd3d88
2020-04-23 20:19:15 +00:00
Fabian Kozynski
d8a4644530 [DO NOT MERGE] Add setting for power menu in lock screen privacy am: 2095c43a25
Change-Id: Ib72684c9043335bbc5ed5725285ae4a7172e3c68
2020-04-23 19:54:39 +00:00
Alex Buynytskyy
ea1390ff32 Keep only service binding in DataLoaderManager.
This simplifies:
- resource management - no extra copies of controls,
- state management - all states in one place, no more hidden (bound but
not created) state.

Bug: b/153874006
Test: atest PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest
Change-Id: I3d16a099c7f42fcf14637c5a8e96bd6f99e073d1
2020-04-23 19:38:44 +00:00
Fabian Kozynski
eab14fca5d Merge "[DO NOT MERGE] Add setting for power menu in lock screen privacy" into rvc-dev 2020-04-23 19:38:05 +00:00
fengjinlan
6c2adc82cc Add method in Handler to remove messages with equal object
Bug: 142293357
Test: atest AudioDeviceBrokerTest

Change-Id: Ibae80f5008df54f4ac8544abb4cc5863ea3db86d
Merged-In: Ibae80f5008df54f4ac8544abb4cc5863ea3db86d
Signed-off-by: fengjinlan <fengjinlan@xiaomi.com>
2020-04-23 11:20:43 -07:00
Patrick Baumann
3361f334d5 Parses package/provider with non-configuration strings
Fixes: 153658673
Test: AppEnumerationTests
Change-Id: I7fb09f2746f9ccf151d8675cc4ab1360eac1dcd6
2020-04-23 10:37:25 -07:00
TreeHugger Robot
9a2db61b88 Merge "Camera: Update physical camera request keys documentation" into rvc-dev am: 1a17016c70
Change-Id: I099e55d5d84d2dd92d81737a38830a77d5734fbe
2020-04-23 16:59:32 +00:00
Chavi Weingarten
cedb2e42ab Merge "Added onDisplayAreaChanged and unregister for DisplayAreaOrganizer" into rvc-dev am: cd220824de
Change-Id: I7d93eed9d52a5b9dfa0e6824bea90901d14fd88e
2020-04-23 16:57:43 +00:00
Chavi Weingarten
3ddd16c2f0 Merge "Add DisplayAreaInfo" into rvc-dev am: 74aa929f63
Change-Id: I15f5eb109eccdcf8d73212a56ee785ed3be07750
2020-04-23 16:56:32 +00:00
TreeHugger Robot
1a17016c70 Merge "Camera: Update physical camera request keys documentation" into rvc-dev 2020-04-23 16:39:11 +00:00
Chavi Weingarten
cd220824de Merge "Added onDisplayAreaChanged and unregister for DisplayAreaOrganizer" into rvc-dev 2020-04-23 15:56:29 +00:00
Chavi Weingarten
74aa929f63 Merge "Add DisplayAreaInfo" into rvc-dev 2020-04-23 15:55:20 +00:00
Kholoud Mohamed
baa8bb61c3 Merge "Fix javadoc for CrossProfileApps#canRequestInteractAcrossProfiles" into rvc-dev am: 4bf358fe39
Change-Id: I5437852b2d1892adaa17bab9fd96b6b2b6231675
2020-04-23 10:30:50 +00:00
Kholoud Mohamed
4bf358fe39 Merge "Fix javadoc for CrossProfileApps#canRequestInteractAcrossProfiles" into rvc-dev 2020-04-23 10:12:36 +00:00
Charles Chen
20f72281dd Merge "Limit number of window context without any window" into rvc-dev am: 1e52a093ae
Change-Id: I418494d968855b650ab15edc92f8d9fbf08cff67
2020-04-23 03:43:27 +00:00
Charles Chen
1e52a093ae Merge "Limit number of window context without any window" into rvc-dev 2020-04-23 03:34:37 +00:00
TreeHugger Robot
eb9484cc55 Merge "Process numpad enter key along with enter key." into rvc-dev am: b22931a0fb
Change-Id: If26402134c679ff2f8193c79b4f63a113ac440a2
2020-04-23 01:26:59 +00:00
Jacky Kao
b6ce1cf0d6 Merge "Makes AccessibilityNodeInfo#getSourceNodeId as test API" into rvc-dev am: f6f8deea32
Change-Id: Idc16987429e6ab6ced909d5e2d9007bff0bb0115
2020-04-23 01:26:01 +00:00
TreeHugger Robot
b22931a0fb Merge "Process numpad enter key along with enter key." into rvc-dev 2020-04-23 01:12:52 +00:00
Jacky Kao
f6f8deea32 Merge "Makes AccessibilityNodeInfo#getSourceNodeId as test API" into rvc-dev 2020-04-23 01:08:46 +00:00
Winson Chiu
bd1ad2453d Merge "Calculate oldPaths for out of date LoadedApks" into rvc-dev am: c023f4474b
Change-Id: I2b395dcfc1c7159446edf3f9151b500a50d76eda
2020-04-23 01:01:28 +00:00
Winson Chiu
c023f4474b Merge "Calculate oldPaths for out of date LoadedApks" into rvc-dev 2020-04-23 00:44:57 +00:00
chaviw
9d07e62689 Added onDisplayAreaChanged and unregister for DisplayAreaOrganizer
Notify DisplayAreaOrganzier when the registered DisplayArea has changed.

Also added the ability to unregister a DisplayAreaOrganizer

Test: DisplayAreaOrganizerTest
Bug: 152114574
Change-Id: I9e8c537f8fe6aa7f5b007ef73535294be62dd806
2020-04-22 15:43:56 -07:00
chaviw
d1a2393f6c Add DisplayAreaInfo
Pass DisplayAreaInfo to the client to communicate information about a
specific DisplayArea.

Test: Builds
Bug: 152114574
Change-Id: Iec53ec57d1e5e892d66a1da0bd48b75f91965d20
2020-04-22 14:29:18 -07:00
TreeHugger Robot
fcccc485fa Merge "Add shadow under tabs when user has scrolled up in sharesheet" into rvc-dev am: 7ae10c0737
Change-Id: Id84c56850f1241dd9bdd59fac1dd841f78035e30
2020-04-22 19:54:29 +00:00
TreeHugger Robot
7ae10c0737 Merge "Add shadow under tabs when user has scrolled up in sharesheet" into rvc-dev 2020-04-22 19:52:49 +00:00
Tiger Huang
5c893d3662 Merge "Do not dispatch leashes if they are not ready" into rvc-dev am: 75485cf52e
Change-Id: Ic8013d640e572fac0f5fb4c91f4566abe738c66f
2020-04-22 19:29:15 +00:00
Tiger Huang
75485cf52e Merge "Do not dispatch leashes if they are not ready" into rvc-dev 2020-04-22 19:25:24 +00:00
Lucas Dupin
7a69c08004 Merge "Translate text by top" into rvc-dev am: 9d3b2a446e
Change-Id: I4111f33abd4e3d013f75cf3b1a936d91300a8ff7
2020-04-22 18:46:45 +00:00
Yurii Zubrytskyi
c95191f0a1 Merge changes I227d8e0c,Ided4415a into rvc-dev am: f3d4495df9
Change-Id: If2b6a56e0756210c478aaff3dcc7b0514f0c59b5
2020-04-22 18:43:33 +00:00
Lucas Dupin
9d3b2a446e Merge "Translate text by top" into rvc-dev 2020-04-22 18:42:42 +00:00
Yurii Zubrytskyi
5899bac92e Merge changes I8942a2db,Ibcef3f40,I6e765563 into rvc-dev am: 930f1d10bc
Change-Id: I84291455456752ba3297d1cdf6d2a643f59365e3
2020-04-22 18:42:16 +00:00
arangelov
de5ebdcacb Add shadow under tabs when user has scrolled up in sharesheet
Fixes: 154522493
Test: manual
Change-Id: I4353dea41982e7497c341c19e7b177bf176b30af
2020-04-22 18:41:03 +00:00
Yurii Zubrytskyi
f3d4495df9 Merge changes I227d8e0c,Ided4415a into rvc-dev
* changes:
  [incfs] Small cleanup in staging -> final dir rename
  [incfs] Use MountRegistry to import existing mounts on start
2020-04-22 18:26:15 +00:00
Yurii Zubrytskyi
930f1d10bc Merge changes I8942a2db,Ibcef3f40,I6e765563 into rvc-dev
* changes:
  [incfs] Cleanup storage creation and don't use temp directory
  [incfs] Notify IncrementalService about system startup later
  [incfs] Fix bad path::join() path preparation
2020-04-22 18:25:49 +00:00
arangelov
92e8ae9350 Synchronize direct share expansion between work and personal tabs am: 2b15d71b58
Change-Id: Ied3fb046d5611f54918592d5d79852947e293206
2020-04-22 18:16:15 +00:00
arangelov
2b15d71b58 Synchronize direct share expansion between work and personal tabs
For example, if share sheet is fully expanded in personal profile,
when we go to the work tab, the direct share targets should
also be expanded there.

Fixes: 154523836
Test: manual
Test: atest ChooserActivityTest
Change-Id: I9346d7485f7498fc038c86bf5f8550c8ea6d0b48
2020-04-22 18:09:00 +00:00
Alex Buynytskyy
cd800931a2 Merge "Packages on IncrementalFS can't have oat dir." into rvc-dev am: d48ca975b6
Change-Id: I16d72e84bf6569a0c13879d710af6a68001c1547
2020-04-22 17:14:22 +00:00
kholoud mohamed
716cf78bfe Fix javadoc for CrossProfileApps#canRequestInteractAcrossProfiles
Remove the app being whitelisted requirement from
the javadoc.

Fixes: 154712757
Test: N/A
Change-Id: Ib476d0b19717e901d26039194d33f8c43f7e3f74
2020-04-22 17:03:21 +00:00
Alex Buynytskyy
d48ca975b6 Merge "Packages on IncrementalFS can't have oat dir." into rvc-dev 2020-04-22 17:01:00 +00:00
Emilian Peev
b30f4ef874 Camera: Update physical camera request keys documentation
Align physical camera request key documentation with the
camera service implementation. Specifically remove any
repeating request limitations.

Bug: 154673381
Test: Successful doc build
Change-Id: I563542e819ef57a99f762d7cfd653cced2423ebb
2020-04-22 09:11:01 -07:00
Antoan Angelov
14c7d28be8 Merge "Hide "Always" and "Just once" buttons for empty state screens" into rvc-dev am: 3a507cbf8c
Change-Id: I91412cad2334fa78c02c715d68b097c6cf43164f
2020-04-22 13:23:11 +00:00