summaryrefslogtreecommitdiff
path: root/core/proto
AgeCommit message (Collapse)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
Bug: 220074017 Change-Id: Idfdd94e902f656ac65a2a75dfdd199f6f85ba472
2021-12-22Merge s-mpr-2021-12-05Eric Arseneau
Change-Id: Ic2889f5eb531008340529eadc36ec8efc62b1984
2021-09-02Add Settings key for UWB StateJoy Babafemi
Test: Manual Bug: 191608501 Change-Id: I7656f78f47183e9e61d98a3ccbac94690570df20 Merged-In: I7656f78f47183e9e61d98a3ccbac94690570df20 (cherry picked from commit 760255d89420efb2b948e26cd61535a7b9561c4a)
2021-08-17Adds LPP sensitivity for Assistant invocationGovinda Wasserman
Test: Cherrypick ag/15542611 Test: Ensure Assistant invocation is set as the LPP action Test: Adjust LPP sensitivity Test: Hold LPP for the set time Test: Observe activation duration matches set time BUG: 192995149 Merged-In: I820a9d83fd56bfa9ca978e82eb779cf3d519a5ab Change-Id: I820a9d83fd56bfa9ca978e82eb779cf3d519a5ab
2021-07-14Merge SP1A.210709.002Haamed Gheibi
Change-Id: I4610885d5d770d858895057cdd9fea387a5e33dd
2021-07-09Merge SP1A.210624.001Scott Lobdell
Change-Id: I96a39cdca22771b76e89caebd53ed52416005092
2021-07-07Add statsd logs for Sensor Privacy.Pyuli Naithani
BUG: 192269258 Test: ran statsd_testdrive 381 Change-Id: I6f1f2bfe13889f7b3a39684769715cbd4f6009e3
2021-06-21Log storage savings info with the GlobalHibernatedApps atomZhen Zhang
Retrieve the number of freed bytes from PM and store it in GlobalLevelState when a package is globally hibernated. Reset the value when it gets unhibernated and write it to disk to persist across device reboot. Bug: 188819665 Test: atest AppHibernationServiceTest Change-Id: I187ec803776cc76c77a660e1ba2f72c2e77765f9
2021-06-17Merge SP1A.210604.001Brian Orr
Change-Id: I5200ee05285ae422d5e9c1c00f45709a5d6188be
2021-05-24Merge "Updates OWNERS files" into sc-devPatrick Baumann
2021-05-21Merge changes I57f018e4,Ib1e92278 into sc-devJoe Bolinger
* changes: Remove confirm button when falling back to fingerprint auth. Delay starting fingerprint sensor when using multi-sensor devices.
2021-05-21Updates OWNERS filesPatrick Baumann
Bug: 186864416 Test: Builds Change-Id: I04dfc5c2c7143825334ebc62742e335b8c889492
2021-05-21Merge "BatteryUsageStats atom - frameworks/base" into sc-devTreeHugger Robot
2021-05-20Delay starting fingerprint sensor when using multi-sensor devices.Joe Bolinger
Fix: 183951321 Test: atest com.android.server.biometrics Test: atest com.android.systemui.biometrics Test: manual with integration app Change-Id: Ib1e92278d695b0ce5b6f799f51007262ade31f05
2021-05-21Merge SP1A.210513.004Chris Gross
Change-Id: Ic23aece12c3bbd2b4dcf3205fdbcdd1601deabec
2021-05-13Add feature id, isRootDisplayArea, isOrganized to DisplayArea dumpChris Li
This is to allow us to verify DisplayArea policy in CTS Bug: 175840704 Test: atest CtsWindowManagerDeviceTestCases:DisplayAreaTests Change-Id: I60d9fe1ee68b38e2812feb9a818f9d4a67edc694
2021-05-13Merge SP1A.210510.001Brian Orr
Change-Id: Ia86f3e18206beabe334e3081cedbaf5b3274f78e
2021-05-13BatteryUsageStats atom - frameworks/baseAdam Bookatz
Writes the BatteryUsageStats atoms.proto atoms based on the current BatteryUsageStats data in BatteryStats. Does NOT write the past pre-reset snapshot atoms; that is an adventure for a future cl. Bug: 184095105 Test: atest BatteryUsageStatsProtoTests Test: statsd_testdrive <atomId> Change-Id: I2fc5a983deb58d7d393c0696db2165b124c94dc2
2021-05-12Add extra flags to biometrics proto for tests.Joe Bolinger
Bug: 185290945 Test: atest android.server.biometrics.fingerprint.FingerprintServiceTest#testRejectThenErrorFromForegroundActivity Change-Id: I10cfdf0a2183643f9957b2a6f8a9448a8de858a0
2021-05-08Add support to log app kill stats into statsdJing Ji
Bug: 184859606 Bug: 154511130 Test: statsd_testdrive Test: atest CtsStatsdAtomHostTestCases:AppExitHostTest Change-Id: Ia7856c95346c1f0f621948abd11d9648ffbdd7c5
2021-05-07Kill process if it's cached & idle and in forced-app-standby modeJing Ji
This behavior could be turned OFF via the flag kill_fas_cached_idle in device_config. Bug: 152573287 Test: atest FrameworksServicesTests:ActivityManagerTest Test: atest FrameworksMockingServicesTests:AppStateTrackerTest Change-Id: Ifa6950582fbf6a24595b36163810f3c7e9345394
2021-04-29Merge SP1A.210425.001Scott Lobdell
Change-Id: I8d45e47c131320cac5e794fd629fdef84dd3bcfc
2021-04-29Merge "1/ Add ONE_HANDED_MODE_ACTIVATED secure settings for shortcut" into ↵Bill Lin
sc-dev
2021-04-28Merge "Updating proto enums." into sc-devKweku Adams
2021-04-281/ Add ONE_HANDED_MODE_ACTIVATED secure settings for shortcutBill Lin
A new requirement to add A11y shortcut for One Handed Mode feature - The shortcut action is enter or exit one handed mode - ONE_HANDED_MODE_ACTIVATED = 0 /* false */ : STATE_NONE - ONE_HANDED_MODE_ACTIVATED = 1 /* true */ : STATE_ACTIVE Compare to enabled or disabled (ONE_HANDED_MODE_ENABLED) - ONE_HANDED_MODE_ENABLED = 0 /* false */ : Disable function - ONE_HANDED_MODE_ENABLED = 1 /* true */ : Enabled function Test: manual Test: make Bug: 182425480 Change-Id: Iee911631a6734af7eb742e1206d2b9b75b694969
2021-04-26Merge "Add OWNERS for android/providers" am: 30a6e0a4ae am: a8067dd770 am: ↵Neil Fuller
665d7c76bb Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1684188 Change-Id: Idb428596216be3b15a5abb336f7dc8209f83d0d4
2021-04-26Merge "Use global setting instead of forceWindowBlurDisabled" into sc-devGalia Peycheva
2021-04-23Merge SP1A.210412.001Scott Lobdell
Change-Id: I0e1c2f5679d5f721cd605b7da785959763311698
2021-04-23Use global setting instead of forceWindowBlurDisabledGalia Peycheva
This CL removes the existing TestApi WindowManager#setForceCrossWindowBlurDisabled and replaces it with Settings.Global#ENABLE_WINDOW_BLURS. Bug: 14186649 Test: m && atest BlurTests Change-Id: Ia15b7932ea973a9ed195c507558cdc71f194b366
2021-04-22Updating proto enums.Kweku Adams
Updating proto enums to differentiate between the internal job stop reasons and the public stop reasons. Bug: 138239687 Bug: 171305774 Test: make statsd_testdrive && ./out/host/linux-x86/bin/statsd_testdrive 8 Test: atest frameworks/base/services/tests/servicestests/src/com/android/server/job Test: atest frameworks/base/services/tests/mockingservicestests/src/com/android/server/job Test: atest ContentResolverTest (all) Test: atest CtsJobSchedulerTestCases Test: atest CtsSyncManagerTest Test: atest SyncManagerTest Test: atest SyncOperationTest Test: atest SyncRequestTest Change-Id: I8d51c4dfb57d52e9c507437107afbad48cc9cecd
2021-04-22Merge "Update settings for Date / Time / Zone" into sc-devNeil Fuller
2021-04-22Add OWNERS for android/providersNeil Fuller
Test: treehugger only Change-Id: Iaeeb71ea59c4e6281c9d2bb9423c692429bdf73a
2021-04-21Merge "Remove Settings.System.DATE_FORMAT" into sc-devNeil Fuller
2021-04-20Merge "[pm] remove incremental startable/unstartable code" into sc-devTreeHugger Robot
2021-04-20Merge "Add the current sensor strength into dumpsys" into sc-devHaining Chen
2021-04-20Remove Settings.System.DATE_FORMATNeil Fuller
Remove references to Settings.System.DATE_FORMAT and mark it as clearly deprecated. It was probably made obsolete some time before kitkat. There were still some references in view code up to lollipop (removed in change Ib77a8e7727d027cae39d5e6f431cac1d1ff8a121). During marshmallow / nougat there were no references, then references were added in backup code in oreo. This change is intended to make it more obvious that this setting is obsolete. Bug: 185884644 Test: build only Change-Id: I12441541bc3ca0e012cee64d4c784a0ce8233715
2021-04-20Update settings for Date / Time / ZoneNeil Fuller
Update SettingsProtoDumpUtil / secure.proto to reference the new (user scoped) location_time_zone_detection_enabled setting that has been added for S. This has been added in a "DateTime" message to reflect the SettingsUI structure. For consistency with secure.proto and the settings strings, global.proto and the associated SettingsProtoDumpUtil code has updated to rename the "Auto.time" and "Auto.time_zone" proto fields to "DateTime.auto_time" and "DateTime.auto_time_zone". This is a binary compatible change as the field IDs have not been changed. Note: The "time_12_24" and "date_format" settings, which are user-scoped settings from "Settings.System" have been left for a future release besides some minor docs improvements. See bug 185884644. This change also improve the docs for settings that are associated with date and time. Bug: 151304765 Bug: 185884644 Test: build / treehugger Change-Id: If2daf3f530bd1add7a0a5cc3260221ea3ad8952d
2021-04-19Add buckets params to the binder latency atomSiim Sammul
Original change: gerrit/14019215 Test: n/a - no functionality change Bug: 180584913 Change-Id: I20d8f5632f76774cad64af30a6aa1f1ab172152f
2021-04-16[pm] remove incremental startable/unstartable codeSongchun Fan
Also remove streaming health status reporting which could cause startable state change because it is also not needed any more. BUG: 171920377 Test: builds Change-Id: I7284e7a63df79da7dbf3d16ff64302b3d1ce1348
2021-04-15Merge "Add dplotnikov and gaillard as owners for binder proto file too." am: ↵Siim Sammul
0c67225999 am: d3404b3c64 am: 6cebda3718 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1675889 Change-Id: I2bba3c67462f4191f90181c6a16c17297c430bfc
2021-04-15Add dplotnikov and gaillard as owners for binder proto file too.Siim Sammul
Change-Id: I83774866d1713ec17e5bc547c22e3da6b7b0a2b2 Test: n/a Bug: 180584913
2021-04-14Fix back stack for PiP from multi-activity TaskHongwei Wang
Details in design doc go/pip-and-back Video: http://recall/-/aaaaaabFQoRHlzixHdtY/g8lbXnC8ln0t54ARxfPELo Bug: 184758170 Test: ensure back stack works for Netflix, see video Test: atest PinnedStackTests Test: atest RootWindowContainerTests Change-Id: I9e2f8d0d50dd107ff30fd7afe6273d8347aac803
2021-04-12Push the latency histograms to statsdSiim Sammul
Cherry pick from master with no changes Test: unit tests, verified atom logging with statsd_testdrive Bug: 180584913 Change-Id: I0b8db72c0cb3b285177bbe402ce37639c468dbf3 Merged-In: I0b8db72c0cb3b285177bbe402ce37639c468dbf3 (cherry picked from commit a28ccaf3736c0cfb755b81f904d25c8563a36e11)
2021-04-09Merge SP1A.210407.002Scott Lobdell
Change-Id: Iaad2b7cc2aeba166f003d0d460bc8ce29d1caab3
2021-04-07Merge "Allow clients to register for listening to changes in capabilities." ↵Sudheer Shanka
into sc-dev
2021-04-07Merge SP1A.210331.003Scott Lobdell
Change-Id: Iad00646ffe00e570d3a19d18431764371ecc9f0b
2021-04-05Allow clients to register for listening to changes in capabilities.Sudheer Shanka
Clients can register for listening to changes in procstates and if they are only interested in knowing if the procstate crosses a certain threshold, they can specify a "cutpoint" and they will only get a callback if the procstate crosses that "cutpoint" but clients cannot use this if they are also interested in changes in capabilities. So, add a way for clients to use the "cutpoint" facility and also listen to changes in capabilities. Bug: 177641226 Test: atest services/tests/servicestests/src/com/android/server/am/ActivityManagerServiceTest.java Test: atest services/tests/servicestests/src/com/android/server/am/UidObserverControllerTest.java Test: atest ./tests/cts/hostside/src/com/android/cts/net/HostsideRestrictBackgroundNetworkTests.java Change-Id: I1198e602ca81382975500b10f930dacfd16919e3
2021-04-02Merge SP1A.210329.001Scott Lobdell
Change-Id: I1e21c5890b5b2e2f2855f09960bc8eec8aa922bf
2021-04-01Add the current sensor strength into dumpsysHaining Chen
Bug: 169730503 Test: atest com.android.server.biometrics Test: atest com.android.systemui.biometrics Change-Id: I67529fc65fb712ff7231f4aa063cb0d84aabd701
2021-03-31Persist user-agnostic lastTimeAnyComponentUsed in diskZhen Zhang
Persist the user-agnostic lastTimeAnyComponentUsed usage stats in disk. Bug: 183462940 Test: atest UsageStatsServiceTest Test: atest UserStatsPersistenceTest Test: atest CtsUsageStatsTestCases:UsageStatsTest Change-Id: Ibe946f8e9fd9fa7d9ba546da67a6040c00e0f9ea