- Jan 08, 2020
-
-
Derek Sollenberger authored
This change removes usage of skia data structures and replaces them with stable C APIs. It also removes two unused java APIs that were missing their native components. Test: CTS presubmit tests Bug: 137655431 Change-Id: I18cbe0cf9dc731c4c6c1f645be0df2f462764118
-
- Jan 02, 2020
-
-
Curtis Belmonte authored
-
Chavi Weingarten authored
-
Song Pan authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
Merge "Introduce a new output stream that is capable of tracking the number of bytes that are written to the output stream."
-
Fabian Kozynski authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull"
-
Song Pan authored
This saves the time for parsing the APK file when there are no rules. This probably doesn't matter much in normal use cases but in test environments (e.g., see bug linked), where package verifier is disabled, this avoids the performance (install time) regression introduced by integrity check. BUG:146874731 Test: manual comparison of install latency through inspecting logcat. Change-Id: I3d687486f34214ac61058908401649939560b4fb
-
Jonathan Scott authored
-
Jonathan Scott authored
cross-profile. Test: Manual Fixes: 146128107 Change-Id: I576113d05f594b79656c0ed1ebf6c4fe770bcd1e
-
Omer Nebil Yaveroglu authored
bytes that are written to the output stream. Bug: 145488708 Test: atest FrameworksServicesTests:ByteTrackedOutputStreamTest Change-Id: I0371225c397c2a62ee2bcf99f71813f5c1f4c502
-
Matt Pietal authored
The message id had a typo, causing crashes when taking an action. Test: manual Change-Id: Ie46fefb12518c4631e7db321042d64a2d9bbf895
-
Daulet Zhanguzin authored
java.util.Objects.requireNonNull Removing variable self assignments. This wasn't an issue with checNotNull because of difference in input and output types, but requireNonNull doesn't add any attributes. Bug: 126528330 Test: Treehugger Change-Id: I6dc5c489ceec1f118bf7f3c21c3206f0b4477f70
-
TreeHugger Robot authored
-
Hyundo Moon authored
-
TreeHugger Robot authored
-
hughchen authored
1. Use new media router2 api to get info device list 2. Use new media router2 api to tranfer media to info device Bug: 144535188 Test: make -j50 RunSettingsLibRoboTests Change-Id: I682dc53f659180cdef434b2063668ee0fcd1f9c3
-
TreeHugger Robot authored
-
Automerger Merge Worker authored
[automerger skipped] Merge "Add an override for getUser in ContextWrapper" am: 5a049f5c am: 5d9fc934 am: e977504e -s ours am skip reason: Change-Id I2d24f5141e8cbc2546c8dc5894a1aeab376b7632 with SHA-1 b7eb15df is in history Change-Id: I587f284e7b8265060dcef1f16abfc4d833145c9b
-
Betty Chang authored
-
Automerger Merge Worker authored
Change-Id: I33223887a6807d2f3caa81df3ead1caa10a015ea
-
Hyundo Moon authored
This CL implements following methods in MediaRouter2.RouteSessionController: - selectRoute() - deselectRoute() - transferToRoute() Bug: 146400872 Test: atest mediaroutertest Change-Id: Ie50067aabbf028b7c3368ccfcbd81cc8968b0b2c
-
Paul Hu authored
-
Rob Carr authored
-
Louis Chang authored
Bug: 80414790 Test: Existing tests pass Change-Id: Ica2917099b09e6c091100401645ffcdfff761aa5
-
TreeHugger Robot authored
-
Rob Carr authored
-
paulhu authored
This is to fix an issue when calling getUser for a context that is different than the context of the current foreground user. getUser for a ContextWrapper would call the base class Context#getUser which returns the user of the current foreground process rather than returning the user of the calling context. Currently, this is a bug that does not meet the ContextWrapper class Javadoc. It looks like the ContextWrapper call was missed in Ib772ec4438e57a2ad4950821b9432f9842998451. Fix: 144024489 Test: called the API from a test App with a different context than the current application context. Change-Id: I58ec9fda24bf135ba8c648a905ef0c81d36ea098 Merged-In: I2d24f5141e8cbc2546c8dc5894a1aeab376b7632 (cherry-pick from ag/9673528)
-
- Jan 01, 2020
-
-
Bill Yi authored
Change-Id: Ia80514e3eaa52873d6d4f690f7809c5c71cc4baf Auto-generated-cl: translation import
-
Bill Yi authored
Change-Id: I391b1fc154332cae552bd302964cf2d5b4547eca Auto-generated-cl: translation import
-
TreeHugger Robot authored
Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java.util.Objects.requireNonNull"
-
- Dec 31, 2019
-
-
Kyunglyul Hyun authored
-
Kyunglyul Hyun authored
-
Automerger Merge Worker authored
[automerger skipped] Merge "Copy isEmailAddress" am: ed384ad6 am: a7c70015 am: 1bfab824 -s ours am skip reason: Change-Id I003bf504d25b65ce4fc544d918007034471d7040 with SHA-1 15bc4d22 is in history Change-Id: Ib246e4d26bd87ed07d230872ccb4e31a25af96c3
-
Automerger Merge Worker authored
Change-Id: I9be78275fa7b63e53b6deaaf8715f9b635c245a5
-
Hall Liu authored
-