- Feb 15, 2023
-
-
Anton Hansson authored
api.go was made to create modules that were hard to create in Android.bp. However since we now have a filegroup with all the public srcjars this rule can very easily be expressed in Android.bp. Test: build before & after (no diff) Change-Id: I1d6c6bdcd6b75693de1e80ced13efd1d10202171
-
- Feb 13, 2023
-
-
Jakub Rotkiewicz authored
-
- Feb 10, 2023
-
-
Treehugger Robot authored
-
Atneya Nair authored
-
Tyler Gunn authored
-
Treehugger Robot authored
-
Jeff Sharkey authored
-
Roshan Pius authored
Bug: 244264995 Test: Compiles Change-Id: I50c79e4da929a431c91887278fbe42653c52c74f
-
Treehugger Robot authored
-
Treehugger Robot authored
* changes: ArrayUtils: add concat() for byte arrays ArrayUtils: rename concatElements() to concat()
-
Treehugger Robot authored
-
TYM Tsai authored
-
Eric Biggers authored
Concatenating byte arrays is a common thing that needs to be done, especially in the locksettings package, so add a utility method for it. Test: atest com.android.internal.util.ArrayUtilsTest Merged-In: I099c83155456139729f4d73f5873a172590ee7e9 Change-Id: I099c83155456139729f4d73f5873a172590ee7e9 (cherry picked from commit 4dd9540f)
-
Eric Biggers authored
concatElements() was probably named as it is to be like addElement() and removeElement(). However, that doesn't really make sense because the parameters of concatElements() are only arrays, not array elements. Rename it to concat(), as that is just as clear and follows the example of Guava's ObjectArrays.concat(). And I'd like to add a variant that operates on byte arrays, and would like to call it concat(). Also clean up the tests a bit. Test: atest com.android.internal.util.ArrayUtilsTest BYPASS_INCLUSIVE_LANGUAGE_REASON=existing code in SettingsBackupAgent Change-Id: I21e958d3d7b3366ec724e757ac4ccc50b36abee1 Merged-In: I21e958d3d7b3366ec724e757ac4ccc50b36abee1 (cherry picked from commit 1174b2fd)
-
Treehugger Robot authored
-
Atneya Nair authored
Test: Compiles Change-Id: I918efb14f0a7784c818f169c73ecf9db6d90649d
-
- Feb 09, 2023
-
-
Jayant Chowdhary authored
- SCALER_MANDATORY_PREVIEW_STABILIZATION_OUTPUT_STREAM_COMBINATIONS - SCALER_MANDATORY_TEN_BIT_OUTPUT_STREAM_COMBINATIONS Test: build Change-Id: I2c387ade6593f23948ff61efca212cc4c767b9da Signed-off-by:
Jayant Chowdhary <jchowdhary@google.com>
-
Yisroel Forta authored
-
James Willcox authored
-
Sudheer Shanka authored
-
James Willcox authored
Bug: 255429632 Test: N/A Change-Id: Id255f0d6c4c2e6bc581fae91fcc1798b61ccfe5b
-
Yisroel Forta authored
Test: presubmit Bug: 247814855 Change-Id: If66a2d161e08085a70a903f6654d9f59bc09d2cc
-
Alison Cichowlas authored
-
Betty Chang authored
-
Treehugger Robot authored
-
SongFerng Wang authored
-
Sorin Basca authored
-
Vova Sharaienko authored
Bug: 268161449 Change-Id: I37106e1f697bccf8e8b9a2b46760b4f5f0e9eb75 Test: m
-
Sudheer Shanka authored
Test: TH Change-Id: I362fec085e42b80690688da96be9f29618bd8452
-
- Feb 08, 2023
-
-
SongFerngWang authored
The UI allows the password as below cases. 1. empty case 2. at least 4 characters and fewer than 16 characters Bug: 263698307 Test: build pass and local test pass Change-Id: Ie1952cde16f4f260be2ca42b00b0de1d21a9f208 Merged-In: I216d91c083dfe36cbda84481a8d0a308cfa8bfa1
-
Aswin Sankar authored
-
Brian Julian authored
-
Jakub Rotkiewicz authored
Bug: 247859568 Tag: #feature Test: manual - check Developer Options -> Snoop Logger Filters Change-Id: Idbcfca91b9650684a26240ca8b767fecaa93da14 Merged-In: Idbcfca91b9650684a26240ca8b767fecaa93da14
-
Treehugger Robot authored
-
Himanshu Gupta authored
-
changbetty authored
Bug: 261860313 Test: manual test Test: atest MediaOutputDialogTest Change-Id: Ie20d35f6ef01bdc6168f986e76454ec0d9182822 Merged-In: Ie20d35f6ef01bdc6168f986e76454ec0d9182822
-
hupeng3 authored
In the if statement here, 'isFillDialogUiEnabled' should not be an independent '||' operation, which will cause the previous addition to be invalid. It should be in the same level as 'isViewFocusedLocked', and use 'isRequestSupportFillDialog' replace. Bug: 267986308 Test: Manual Signed-off-by:
hupeng3 <hp121520@gmail.com> Change-Id: I8adc5eb7f24f2189e22b469f7c677bb2206cf3c8
-
Brian Julian authored
Test: VtsHalAltitudeServiceTargetTest Bug: 265013616 Change-Id: I793d22fcfdd43c6d8ff2e4be52e3fb4a247fdf84
-
- Feb 07, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-