661159 Commits

Author SHA1 Message Date
Bonian Chen
87076fb2bb [Settings] Add more code reviewers
Add more code reviwers to help.

Bug: 0
Test: build pass
Change-Id: I4bcb44a1bff8a381d3ff79a8eedffcab6848b62f
2022-01-26 10:52:23 +08:00
Silvia Vinyes
0ca6f9534d Fix OOM cache app optimizer flaky test.
I have run atest CachedAppOptimizerTest with 20 iterations:
- original code resulted in 6/20 failures
- this code resulted in 0/20 failures.

Bug: 200003565
Test: atest CachedAppOptimizerTest --iterations 20
Change-Id: I63309bc04d86a020ecace1477400552d3fcbe8eb
Merged-In: I63309bc04d86a020ecace1477400552d3fcbe8eb
2022-01-26 01:36:20 +00:00
Lajos Molnar
79ad8fe8a7 media: MediaCodec: add RGBA_1010102 and RGBA_F16 format support
Due to existing naming conventions these become
COLOR_Format32bitABGR2101010 and COLOR_Format64bitABGRFloat.

Bug: 197651595
Test: build
Change-Id: I9ce6177ec9d2a73ab9faa67c1d7c7d42fc9a35f7
2022-01-25 16:41:06 -08:00
Gopalakrishnan Nallasamy
721eaa785c media: MediaCodecInfo: Unhide COLOR_FormatYUVP010
Bug: 206456921
Test: atest android.media.cts.ImageReaderDecoderTest
Change-Id: I73ce2b459b59a8b8713889cf00739c9e9d28cd03
2022-01-25 16:40:27 -08:00
Maciej Żenczykowski
5e9d341c13 Merge "Use libnetworkstats instead of libnetdbpf" 2022-01-25 23:52:06 +00:00
Hyunho Shin
8bf02e51dc Merge "Add new publish trigger type" 2022-01-25 23:00:15 +00:00
Nathan Harold
10fc628397 Expose Constructor for ModemActivityInfoException
ModemActivityInfoException is a SystemApi but the constructor
is not. There's a longstanding need to expose it for testing.

Bug: 186152174
Test: make update-api && make offline-sdk-docs
Change-Id: I609b4a893e2f4fad54d29e09234da08a45efac78
2022-01-25 12:51:11 -08:00
Eric Biggers
5256365e65 UserDataPreparer: reboot to recovery if preparing user storage fails
StorageManager.prepareUserStorage() can throw an exception if a
directory cannot be encrypted, for example due to already being
nonempty.  In this case, usage of the directory must not be allowed to
proceed.  UserDataPreparer currently handles this by deleting the user's
directories, but the error is still ultimately suppressed and starting
the user is still allowed to proceed.

The correct behavior in this case is to reboot into recovery to ask the
user to factory reset the device.  This is already what happens when
'init' fails to encrypt a directory with the system DE policy.  However,
this was overlooked for the user directories.  Start doing this.

Bug: 164488924
Change-Id: Ib5e91d2510b25780d7a161b91b5cee2f6f7a2e54
2022-01-25 19:06:36 +00:00
Eric Biggers
362f5eaf81 Merge "StorageManagerService: don't ignore failures to prepare user storage" 2022-01-25 18:47:44 +00:00
Jooyung Han
94e177c73e Add Parcel APIs for fixed-size array
* createFixedArray()
* readFixedArray()
* writeFixedArray()

Bug: 207087196
Test: android.os.cts.ParcelTest
Change-Id: Ie1b742dccba26b9c473d46f8d6b9edfda3ee5eeb
2022-01-26 03:47:43 +09:00
Anton Hansson
5aa5933732 Dedupe default definitions slightly
We only need one defaults for doc-stubs. Add the module-classpath
defaults and api-db generation to the modules that need it instead.

Test: m framework-doc-stubs before & after and diff soong intermediates
Change-Id: I26066d1a8bb3ef190c89d840b52884d2b71ee977
2022-01-25 18:27:00 +00:00
Rahul Sabnis
685ef65d9a Merge "Update current.txt to reflect new extra EXTRA_TRANSPORT for the acl state change broadcast events" 2022-01-25 18:03:15 +00:00
junyulai
2e57bf87bc [MS74] Expose NetworkTemplate#matches
This is used by NetworkPolicyManagerService to find
relevant networks of a given NetworkPolicy.

Test: TH
Bug: 204830222
Change-Id: I7176ab727bf208e0fd05ecb9c2bcb00cd3438031
2022-01-26 01:38:44 +08:00
junyulai
67c2aafe12 [MS75] Replace TrafficStats data units with DataUnit class
Test: TH
Bug: 204830222
Change-Id: I1549f5ac9a5b58cb9afc644c4ae55c0c297c256c
2022-01-26 01:38:44 +08:00
Sooraj Sasindran
416fd5f440 Merge "Add device poliy manager support for profile network preference" 2022-01-25 17:23:19 +00:00
Junyu Lai
c49afb4094 Merge "[DU09-0]Adding the NetworkStatsCollection Builder" 2022-01-25 16:44:16 +00:00
Junyu Lai
0843c02abc Merge "Mark NetworkStatsServiceDumpProto userdebug_and_eng_only" 2022-01-25 16:40:40 +00:00
Junyu Lai
0cc43d72c6 Merge "[MS69.1] Fix TrafficStats.init crashs for supplemental process" 2022-01-25 16:26:34 +00:00
Aaron Huang
72336c74c0 Remplace NetworkIdentity.OEM_* with NetworkTemplate.OEM_MANAGED_*
Remove hidden APIs and replace the constants with SystemApi that are
exposed by NetworkTemplate.
Also fix typo and remove getElapsedRealtime() which is a hidden API
from StatsPullAtomService.

Bug: 210073043
Test: TH
Change-Id: I8b980417faf776b9b7b0fbcc4f04525b516452a0
Merged-In: I8b980417faf776b9b7b0fbcc4f04525b516452a0
2022-01-25 15:54:36 +00:00
William Escande
63c3c1f3d4 Merge changes from topics "bluetooth-localsocket-from-filedescriptor", "localsocket-from-filedescriptor"
* changes:
  Delete LocalSocket#createConnectedLocalSocket.
  Add a module-lib API for constructing a LocalSocket from an fd.
2022-01-25 15:41:08 +00:00
Junyu Lai
60230cde18 [MS71] Remove remaining dependencies in SettingsLib
Test: atest clockwork-settings-robotests
      make RunSettingsRoboTests -j40
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=DataUsageControllerTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleChartDataLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleDataForUidLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleDataLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=DataUsageUtilsTest
Bug: 204830222
Change-Id: I1e2eaf55f247b1c1104164721d7025f457fcd9a6
2022-01-25 15:30:01 +00:00
Patty Huang
318636c210 Merge "Update the current file for the new added function and parameters in BluetoothLeAudioCodecConfig" 2022-01-25 14:44:15 +00:00
Junyu Lai
46753e9a33 [MS48.5]Remove INetworkStatsSession from SummaryForAllUidLoader
SummaryForAllUidLoader is using INetworkStatsSession hidden APIs, which
cannot be accessed after moving into the mainline module. So, replace
and remove those hidden API usages.

Test: atest clockwork-settings-robotests
      make RunSettingsRoboTests -j40
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=DataUsageControllerTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleChartDataLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleDataForUidLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleDataLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=DataUsageUtilsTest
Bug: 204830222
Ignore-AOSP-First: Related API conflict, need master first.

  (cherry-picked from ag/16689474)

Change-Id: Iac733a5021d0d79111c0350b694e4ed0ec90e262
Merged-In: Iac733a5021d0d79111c0350b694e4ed0ec90e262
2022-01-25 22:29:33 +08:00
Junyu Lai
04f1941be6 [MS48.1] Remove INetworkStatsSession from ChartDataLoader
Replace with public APIs. Since NetworkStatsHistory is no longer
accessible, use List<Bucket> as an alternative structure for
furthur manipulating.

Test: atest clockwork-settings-robotests
      make RunSettingsRoboTests -j40
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=DataUsageControllerTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleChartDataLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleDataForUidLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=NetworkCycleDataLoaderTest
      make RunSettingsLibRoboTests
           ROBOTEST_FILTER=DataUsageUtilsTest
Bug: 204830222
Ignore-AOSP-First: Related API conflict, need master first.

  (cherry-picked from ag/16681840)

Change-Id: I5336ceef43193343d707724066e2da40f1ff0633
Merged-In: I5336ceef43193343d707724066e2da40f1ff0633
2022-01-25 22:01:43 +08:00
Etienne Ruffieux
4b1216b306 Merge "Migrating Bluetooth resources to Bluetooth module" 2022-01-25 14:00:08 +00:00
Junyu Lai
145b571178 Merge "[MS68.1] Register usage callback from NetworkPolicyManagerService" 2022-01-25 13:30:57 +00:00
Treehugger Robot
74b4d91ed5 Merge "SpatialAudio: Add API to switch buffer size" 2022-01-25 13:28:29 +00:00
Oli Lan
16c2939783 Add olilan to ClipboardService owners.
Test: N/A
Change-Id: I0881d17a7bd94eb0f696b9665eae880197258bfc
2022-01-25 13:10:29 +00:00
Frank
c7cebd80cc [DU09-0]Adding the NetworkStatsCollection Builder
The purpose is provide NetworkStatsCollection.Builder as
public API for adding the stats {@link NetworkStatsHistory}

Bug: 215862801
Test: atest NetworkStatsCollectionTest
Change-Id: I65ad589473cbb7785cbe8297f793ce9f18a55c35
2022-01-25 18:46:01 +08:00
Anton Hansson
d285e2e002 Merge "Make framework-doc-stubs use jarstub defaults" 2022-01-25 10:24:35 +00:00
Junyu Lai
154cdf1b77 [MS69.1] Fix TrafficStats.init crashs for supplemental process
Supplemental apps has limited capabilities and service discovery
is restricted. Hence, calling TrafficStats.init would result in
crash.

This change includes:
1. Print log instead of crashing process when running into
   any unexpected cases.

Test: atest SupplementalProcessManagerTests
Bug: 216062904
Change-Id: I7f827ccc485c997745779053b5936a6cb30e8219
2022-01-25 09:59:38 +00:00
Hung-ying Tyan
ef8060fcad Revert "CTS of CtsMediaTestCases#android.media.cts.DecodeAccuracyTest may fail when video is cropped."
This reverts commit b48d4d10abfd1af41d8226939f12b6af5e243dff.

Reason for revert: the original CL caused regression on many devices.

Bug: 206079174
Bug: 207083066
Bug: 192912975
Bug: 208373431
Bug: 209522191
Bug: 208140353
Bug: 208741105
Bug: 211528580
Bug: 211837929
Bug: 211566842
Change-Id: I65206c683f1f067365a4993fa8d2dbd3cffc17cb
2022-01-25 08:48:34 +00:00
Treehugger Robot
25d96f8d4d Merge "Have BatteryStatsImpl use the public NetworkStats API" 2022-01-25 07:58:21 +00:00
Chen Chen
df8015fc12 SpatialAudio: Add API to switch buffer size
Bug: 214615268
Test: Manually test signal passing from bluetooth/system to framework
Tag: #feature

Change-Id: Ib1a1b1005523ca20af18dce2396d8f6bd788c197
2022-01-25 07:41:19 +00:00
Chalard Jean
bda5db8cb8 Have BatteryStatsImpl use the public NetworkStats API
Test: BatteryStatsManagerTest
Change-Id: I0bfb4df45e373aa3907b07a382ba8edd07c73895
Merged-In: I0bfb4df45e373aa3907b07a382ba8edd07c73895
2022-01-25 06:39:29 +00:00
Aaron Huang
423e45e117 Merge "Add <staging-public-group> tags to T" 2022-01-25 05:30:15 +00:00
Patty
8722e45ede Update the current file for the new added function and parameters
in BluetoothLeAudioCodecConfig

1. Define codec parameters
2. Include the following functions
   - getCodcPriority()
   - getSampleRate()
   - getBitsPerSample()
   - getFrameDuration()
   - getOctetsPerFrame()
   - getChannelMode()
   - describeContents()
   - writeToParcel()
   - Parcelable.Creator()
3. Update builder function

Tag: #feature
Bug: 214233080
Bug: 150670922
Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests
Change-Id: I0edd11f1551eb2631afc61817acf587283555a5a
2022-01-25 13:09:21 +08:00
fukaipeng
905e027925 Block animation transfer after surface animation finishes.
When a surface animation finishes, SurfaceAnimator must reset its internal state and triggers callbacks.
A part of this post-animation process is executed immediately after animation finishes,but the others might be deferred.
When SurfaceAnimator is in this tentative state, we cannot transfer SurfaceAnimation anymore.

For example, we add AnimationAdapter to WindowManagerService#mAnimationTransferMap during the transfer process,
but the AnimationAdapter will never be removed from the map,
since the removal logic is triggered from an animation finish callback but the animation has already finished.

Test: go/wm-smoke
Test: SurfaceAnimatorTest
Bug: 214330806

Change-Id: I4e49c1742c0039e89f037fc98d8da3040b4ad67b
Signed-off-by: fukaipeng <fukaipeng@xiaomi.com>
2022-01-25 11:35:33 +08:00
Mark Chien
d73310c2e9 Merge "Replace some netd calls in NetworkManagementService" 2022-01-25 03:34:54 +00:00
Mark Chien
1b84b424f8 Merge "Replace INetd#trafficSwapActiveStatsMap with ConnectivityManager API" 2022-01-25 03:34:14 +00:00
Sooraj Sasindran
14074e8a2c Add device poliy manager support for profile network preference
Change-Id: If3f28dfdd731dddf2d2a7516d6479359a5454b83

Bug: 194332512
CTS-Coverage-Bug: 215722242
Test: unit test
Change-Id: Ibe680d47548e0f17979301ccbbac98a79c9031ac
2022-01-24 19:24:15 -08:00
Junyu Lai
15d18f702f Merge "Remove hidden API dependencies from StatsPullAtomService" 2022-01-25 03:02:06 +00:00
Lucas Dupin
96bc724b39 Merge "Add Jernej as a SysUI owner" 2022-01-25 02:30:27 +00:00
Junyu Lai
cea0daac70 Merge "[MS67.1] Expose registerUsageCallback with template" 2022-01-25 01:23:45 +00:00
Lorenzo Colitti
d1c5580940 Delete LocalSocket#createConnectedLocalSocket.
The only caller of this method was BluetoothSocket, and that is
being removed in this topic.

Test: m
Bug: 200200870
Change-Id: Ic211448bc805c6f74852a8813317444bfb33c9dd
2022-01-25 10:01:04 +09:00
Lucas Dupin
58fd057332 Add Jernej as a SysUI owner
Change-Id: I90265e04b6fc09e5bfcd7abc685b9bef528752d6
2022-01-25 01:00:55 +00:00
Rahul Sabnis
a8eac481f7 Update current.txt to reflect new extra EXTRA_TRANSPORT for the acl
state change broadcast events

Bug: 213956674
Test: Manual
Change-Id: I21eb3ddfa6f9214d721b1aedafd2f3458fb492bb
2022-01-24 16:48:35 -08:00
Junyu Lai
513d8dd2ac Merge "[MS61] Remove NetworkManagementSocketTagger#install dependency" 2022-01-25 00:48:23 +00:00
Hyunho
67dc9a4cd3 Add new publish trigger type
Add a new type that is registered to IMS via Internet.
Bug: b/213613736
Test: Build

Change-Id: I6d4802ff12e4b3594cc81903cd83b6f9af6b88b0
Merged-In: I6d4802ff12e4b3594cc81903cd83b6f9af6b88b0
2022-01-25 00:03:09 +00:00
Sudheer Shanka
e9f11554d6 Merge "Add OWNERS for UsageStats related classes." 2022-01-24 22:25:31 +00:00