- Dec 07, 2023
-
-
Lee Shombert authored
Assign ownership to the AnrTimer files in the java source, java unit test, and jni directories. Bug: 282428924 Test: none - OWNERS only Change-Id: I208296bc0cf8369d59ef51c620f50939f843173d
-
- Nov 18, 2023
-
-
Treehugger Robot authored
-
- Nov 17, 2023
-
-
Treehugger Robot authored
-
Jared Duke authored
Add current perf team members shayba@ and jdduke@, and remove former members jpakaravoor@, balejs@, and cfijalkovich@. Test: N/A Change-Id: If786fa38bc5f86d9e64b1672bdcf5e8cde178aec
-
Xiang Wang authored
Bug: n/a Test: n/a Change-Id: Id0f1a76eb470e47d28bd40dc4c42c648272b4a27
-
Roshan Pius authored
-
Alyssa Ketpreechasawat authored
-
Alice Wang authored
-
Chiachang Wang authored
-
Roshan Pius authored
Changes of this @hide API seems to be causing failures in existing CTS tests (was changed in aosp/2636313). Bug: 308058278 Test: atest CtsNfcTestCases Change-Id: Ic6a93fec37c133c6e5b861872137ea579ad131f2
-
Inseob Kim authored
-
Vova Sharaienko authored
-
Chiachang Wang authored
The underlying network and linkProperties parameters are removed and no longer needed to pass from the callers of startLegacyVpnPrivileged. Remove the unused parameters and update the callers. Bug: 161776767 Test: atest FrameworksNetTests LockdownVpnTrackerTest Change-Id: I73f30778bb09a67f5b6d03f416627f6331eec67e
-
- Nov 16, 2023
-
-
John Reck authored
-
Dmitri Plotnikov authored
-
Hongguang Chen authored
-
Yiming Pan authored
-
Eran Messeri authored
-
Hansen Kurli authored
-
Steven Moreland authored
-
Automerger Merge Worker authored
Merge "Merge "Merge "Merge "Merge "Update OWNERS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:68d82ec47cd4b6414e3c8aab0a81e319e657f222) Merged-In: Iabec62cb23301d00a2e7d4808a801b443f0fb392 Change-Id: Iabec62cb23301d00a2e7d4808a801b443f0fb392" into android12-tests-dev am: 9f777bec" into android12L-tests-dev am: ee000fe9" into android13-tests-dev am: 02a358d2" into android14-tests-dev am: 7eca4e3f" into main
-
Automerger Merge Worker authored
Merge "Merge "Merge "Merge "Update OWNERS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:68d82ec47cd4b6414e3c8aab0a81e319e657f222) Merged-In: Iabec62cb23301d00a2e7d4808a801b443f0fb392 Change-Id: Iabec62cb23301d00a2e7d4808a801b443f0fb392" into android12-tests-dev am: 9f777bec" into android12L-tests-dev am: ee000fe9" into android13-tests-dev am: 02a358d2" into android14-tests-dev am: 7eca4e3f Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2823577 Change-Id: If4710be546a5ec982545fea62f3ad9872ac7a2c6 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Automerger Merge Worker authored
Merge "Merge "Merge "Merge "Update OWNERS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:68d82ec47cd4b6414e3c8aab0a81e319e657f222) Merged-In: Iabec62cb23301d00a2e7d4808a801b443f0fb392 Change-Id: Iabec62cb23301d00a2e7d4808a801b443f0fb392" into android12-tests-dev am: 9f777bec" into android12L-tests-dev am: ee000fe9" into android13-tests-dev am: 02a358d2" into android14-tests-dev
-
Paul Colța authored
Merge "Merge "Merge "Update OWNERS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:68d82ec47cd4b6414e3c8aab0a81e319e657f222) Merged-In: Iabec62cb23301d00a2e7d4808a801b443f0fb392 Change-Id: Iabec62cb23301d00a2e7d4808a801b443f0fb392" into android12-tests-dev am: 9f777bec" into android12L-tests-dev am: ee000fe9" into android13-tests-dev am: 02a358d2 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2823577 Change-Id: I22b64d1b3c13a7d5643d97781425667ca7e427a8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Yiming Pan authored
This CL creates a binary that extracts flagged APIs from an API signature file, and writes the mapping of flags to APIs to a pb file. Bug: 311059624 Test: mmm -j frameworks/base/api/coverage/tools/:extract-flagged-apis extract-flagged-apis <input api.text file> <output pb file> Change-Id: I9b6f45bd126cd6a5b2ed1e9f83bdaa12dd580480
-
Paul Colța authored
Merge "Merge "Merge "Update OWNERS (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:68d82ec47cd4b6414e3c8aab0a81e319e657f222) Merged-In: Iabec62cb23301d00a2e7d4808a801b443f0fb392 Change-Id: Iabec62cb23301d00a2e7d4808a801b443f0fb392" into android12-tests-dev am: 9f777bec" into android12L-tests-dev am: ee000fe9" into android13-tests-dev
-
Chiachang Wang authored
-
lucaslin authored
This commit does - Clear the VPN network preference before the Ikev2VpnRunner becomes stale. - Clear the VPN network preference when the retry delay is higher than 5s. The clean work is not suitable for NETWORK_LOST error since there might be a window when the underlying network is back but the VPN is not connected yet. So keep the rule when the underlying network is lost. - Reset the VPN network preference when starting a new IKE session. The rule might be set twice(One is in the constructor, and the other is in startOrMigrateIkeSession()) when the IKEv2 VPN is the first time launched. There is no harm since ConnectivityService will always clear the old rule first then adding the new rule, which means it's ok for the caller to set the same rule multiple times and ConnectivityService can handle it well. Bug: 231749077 Test: atest FrameworksNetTests Change-Id: I2664b5fb4151e12d2531e950885bcb18e46b23c6
-
Hannah.Hsu authored
There is no portInfo for TV itself (Physical address 0.0.0.0 with port 0) and would cause system get invalid path for command <Routing Change>. Bug: b/309904148 Change-Id: Icd7099e8afbc588eee8e7b27fb6fcfb914d7d032
-
Dmitri Plotnikov authored
Bug: b/310775600 Test: presubmit Change-Id: I578d4848a04a6d35d66fdeab4cc1f31a94621019
-
John Reck authored
Skip using the gainmap shader when drawing to a bitmap with a known SDR colorspace as it'll be a no-op in rendering results since W=1.0, but it'll be very expensive in runtime due to CPU evaluation of the SKSL shader. Before: createScaledBitmapWithGainmap_median (ns): 179,455,037 After: createScaledBitmapWithGainmap_median (ns): 15,643,742 Bug: 311085927 Test: benchmark in CL Change-Id: I3f2506a2bd86bbe29c6e0837d31e4a231a7c182a
-
- Nov 15, 2023
-
-
Treehugger Robot authored
-
Zi Wang authored
-
Eran Messeri authored
The MGF1 Digest setter should not accept a null vararg. It should not take in null at all. Bug: 302280420 Test: m Change-Id: I9db395d09e2fd0e609cd9019f3d3aedbb3244ef3
-
Eric Biggers authored
-
Andy Hung authored
-
Roshan Pius authored
Merge "Implementing support for NFC observe mode, polling loop fingerprints and field strength along with their associated APIs." into main
-
Motomu Utsumi authored
-
Treehugger Robot authored
-
Vladimir Komsiyski authored
-