Commit graph

35 commits

Author SHA1 Message Date
Richard Chang
8993ac7da1 bluejay: remove customizedMaxCachedProcesses
With project Snowbird in U, the MaxCachedProcesses is 1024 by default

Bug: 278086134
Test: Build
Change-Id: I9b845e68566ca2b0bf3ece9034aa6e8b7367f8b9
2023-05-15 02:32:20 +00:00
Suprabh Shukla
72b0286c5a Add wakeup interrupt mappings
Test: Manually inspect the output of:
`dumpsys batterystats --wakeups`

Bug: 271922941
Change-Id: I2087d405fa71721267b600afb2fb38bf0e79cef9
2023-05-03 12:26:29 -07:00
Beverly
6bac44096a Remove unused dimen auth_ripple_alpha_in_duration
Bug: 274785453
Test: device builds
Change-Id: I256a62c02ba499a43ded9d6c8cf84df7be11a0ae
2023-03-22 18:23:16 +00:00
George Chang
b8a9fbf2db [NFC] Add antenna position coordinates
Bug: 272406680
Test: manual
Change-Id: I219ebe937a57e02f0ba7d1701eb4dbe356c9d657
2023-03-09 08:49:01 +00:00
George
b757a3a61e [NFC] Set tag_intent_app_pref_supported
Bug: 244272155
Test: atest android.permission.cts.NfcPermissionTest
Test: atest NfcFeatureFlagTest
Change-Id: Idc311bbab5427dad5290162cc1f100716cb011e0
2023-02-01 18:06:07 +08:00
Shawn Lin
e60027ebe5 Merge "Add display shape config for bluejay" 2022-12-01 07:34:42 +00:00
Shawn Lin
28b77eb8d7 Update status bar height to center the hole punch cutout
Bug: 253071694
Test: make
Change-Id: I16b512f61d3bf462992b04691eb7dfac40c91461
2022-10-17 17:27:56 +08:00
Shawn Lin
01a91fcbfd Add display shape config for bluejay
Bug: 236935288
Test: make
Change-Id: I22c556b70146bc0d7697fb762373d0921743799b
2022-10-05 16:12:22 +08:00
TreeHugger Robot
45e9b2658b Merge "Update udfps burn in vertical translation" into tm-qpr-dev 2022-07-29 17:25:50 +00:00
Chris Kuiper
d8a32a6f45 Merge "Config: Update Auto Brightness debounce and ambient threshold setting for p21" into tm-qpr-dev 2022-07-22 05:28:09 +00:00
Beverly
a37ba4126a Update udfps burn in vertical translation
So that the mm conversion is less than 1.

Also update missing config auth_ripple_alpha_in_duration
which should have been migrated to be 0 since the device
supports UDFPS.

Test: manual
Bug: 237311757
Change-Id: I83c73ce80d8550f9b605facac84e58252bdefe27
2022-07-19 19:59:26 +00:00
Tai Kuo
ab54152a39 Set audio haptic channel amplitude limit
Bug: 236709186
Test: dumpsys vibrator_manager
Change-Id: Iac2f9bb89a0c5a1e5135c94c017721300b8b9180
2022-07-04 05:41:50 +00:00
Grace Cheng
91ea834a0c Specify lock icon padding value on B3
Specify lock icon padding value on B3 for visual match with C10/P10

Bug: 236442002
Test: Visual comparison of alignment using layout inspector
Change-Id: I7656815cbd3301ad4771873c50e9d2d6eb53cc4e
2022-06-24 19:59:30 +00:00
SianyiHuang
d38d316412 Config: Update Auto Brightness debounce and ambient threshold setting
for p21

Bug: 234143168
Test: adb shell dumpsys display and check debounce and ambien threshold
seting

Change-Id: Ieaa8409ae3323f1118c08e5040b1a6dd7803daa0
2022-05-30 13:52:25 +08:00
Jason Chang
f12c9972f3 Merge "Phase out config_roundedCornerMultipleRadius from overlay package [B3]" into tm-dev 2022-04-21 06:17:49 +00:00
Jason Chang
cc0e9d0470 Phase out config_roundedCornerMultipleRadius from overlay package [B3]
Phasing out config_roundedCornerMultipleRadius config from device
overlay package.

Bug: 224688507

Test: Build ROM and pass presubmit test
Change-Id: I26b73cf16fec0017b9ded38f9e20f1a2379b5b60
2022-04-16 20:29:48 +08:00
shawnlin
ed9f2b80a4 Update status bar height res to correct size am: 95d76f9978 am: 1e9621477c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/17686745

Change-Id: I977940650a8243b19900948b84f0a27d113a17f9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-12 02:56:37 +00:00
shawnlin
95d76f9978 Update status bar height res to correct size
Test: make
Bug: 216782082
Change-Id: If4a32ae8114fa9d65523c1141f01faff2497deb2
2022-04-11 11:48:19 +08:00
shawnlin
79a9909c07 Fixed status bar glitch for apps that access internal resource dimen am: 66077ef4ed am: 0ad0cf2617
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/17534143

Change-Id: I6987792fc0b8591512818212128251e5201fe5ef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-04-07 14:21:39 +00:00
shawnlin
66077ef4ed Fixed status bar glitch for apps that access internal resource dimen
Bring back old usage of status_bar_height, status_bar_height_portrait,
and status_bar_height_landscape by set the size containing cutout size.

Bug: 216782082
Test: make
Change-Id: I862dac1658dd54ce03150a2b36d3c260869d878f
2022-04-02 03:31:25 +00:00
Gary Jian
596a024e7e Handle the network selection restoring in modem side
Bug: 222483102
Test: manual
Change-Id: I90c628b3739edd794007b28a3c6720082662bb19
2022-03-08 12:44:06 +08:00
Chris Kuiper
476ca60020 Merge "Config: fine tune the ambient threshold to improve the brightness stability" into sc-v2-dev am: 51af3854f0 am: 8c41d52871
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/16770300

Change-Id: I44a4abfa01062d709ff44b1c734d89a3bd35dd64
2022-02-16 16:56:34 +00:00
Chris Kuiper
51af3854f0 Merge "Config: fine tune the ambient threshold to improve the brightness stability" into sc-v2-dev 2022-02-16 16:32:08 +00:00
Ed Lin
b3623d1d0b Merge "Update ./DevInfo/Mod model name" into sc-v2-dev am: 23e4aa41c8 am: 991e20388e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/16666506

Change-Id: Ib40e4c40c0549c2a8375b17dc1fe14509428c760
2022-02-10 04:06:09 +00:00
Ed Lin
23e4aa41c8 Merge "Update ./DevInfo/Mod model name" into sc-v2-dev 2022-02-10 03:29:46 +00:00
edyblin
768b542206 Update ./DevInfo/Mod model name
Need to set DevInfo Model name to GB62Z
Bug:213025996
Test: Build pass, Test pass at b/213025996#comment9

Change-Id: Ic63da25caf4b2928ed1579260f897ddc6a39eb5f
2022-02-08 11:10:43 +00:00
Chris Kuiper
f95914d63b Config: fine tune the ambient threshold to improve the brightness
stability

Bug: 215655995
Test: adb shell dumpsys display and check the log.
Change-Id: I9f6e21b2fad4a7200b001401a4385e1158392651
2022-02-01 13:39:22 -08:00
Yohei Yukawa
b6bfeaabe3 Migrate "rounded_corner_content_padding"
This CL updates resource overlay of

  rounded_corner_content_padding

so that the same device-specific value can be seen from both the
Framework code and the SysUI.

With my previous CL [1], the SysUI continues to see the same value
even after this migration.

 [1]: I0c3717c0bdfc928167c6eba06247b37caabf33b9
      24d6b891f572f7be419d3acc9793ca68d062cf35

Bug: 215554582
Test: presubmit
Change-Id: Iad3f376156a1f991ada3af833d05bfd1f6100329
2022-01-28 12:35:16 -08:00
Sam Ou
cce795e4f4 power_profile: Correct CPU topology and power number
Bug: 214127772
Signed-off-by: Sam Ou <samou@google.com>
Change-Id: I00cf8b282ba9f2d6e4a05a18e25ed03758338db0
2022-01-21 19:06:55 +00:00
Tim Lin
6265f30670 correct MMS UA, UAProf for B3
Bug: 214140683
Test: MMS and check UAProfile
Change-Id: I4e96aaff750fb87196bb7ee88a350bd2cde3064a
2022-01-20 08:03:39 +08:00
Beverly
a88c78af0a Device uses default prox sensor for falsing
The prox sensor does NOT need be gated by the
light sensor because the device only has one
frequency which the white dot is synced to
so that it won't be visible.

Test: manual
Fixes: 204746796
Change-Id: I8443a34d6d37fe152b02be4efe5b45cbe953e22f
2021-12-21 17:29:42 +00:00
Beverly
1683c88535 DO NOT MERGE Revert udfps haptics updates
Test: manual
Bug: 202867177
Bug: 209191275
Change-Id: I5b1341e6e34f5b1e0b7f456a61ce4d7928a16b8c
2021-12-08 19:45:42 +00:00
ferrio liu
ccf1131414 power_profile: add battery capacity
Bug: 199588254
Test: Manually verified

Signed-off-by: ferrio liu <ferrioliu@google.com>
Change-Id: I366075a96ba55cd0dcb1da80bc52a5ebb61b3dae
2021-11-29 16:51:47 +08:00
Beverly
34e00b66fb Update udfps haptics config values
take #1b

Test: manual
Fixes: 207123411
Bug: 202867177
Change-Id: Ieec00494e00656bcd0f2a3a1433d74850b59001b
2021-11-23 17:51:44 +00:00
Robin Peng
aed7239a71 [DO NOT MERGE] Move bluejay source code into bluejay device folders
from: f44cabba6aef5b4a4a138d33448734a2f7d511ae

Bug: 206553389
Change-Id: I1bc1f02cf1f8d5e2d93a033737048930d7d3d062
2021-11-22 11:54:30 +08:00