- Nov 21, 2019
-
-
Artur Satayev authored
Test: N/A Change-Id: Iaf914899686ea6e8be7462f0c1df0646c4fa69b0 Merged-In: Iaf914899686ea6e8be7462f0c1df0646c4fa69b0
-
vichang authored
-
Chalard Jean authored
* changes: [NS A08] Tiny refactoring [NS A07] Move the last side effects out of the decision loop.
-
Daniel Colascione authored
* changes: Add new SystemProperties.Handle interface Reimplement android.os.SystemProperties in terms of libc facilities
-
Meng Wang authored
-
Chalard Jean authored
* changes: [NS A06] Move more side effects out of the decision loop [NS A05] Move some side effects out of the network decision loop [NS A04] Store changes in rematchNetworkAndRequests in a map [NS A03] Remove mNetworkForRequestId [NS A02] Move the contents of mNetworkForRequestId to NRIs [NS A01] Add checks for the handler thread
-
Jack Yu authored
-
Jack Yu authored
-
- Nov 20, 2019
-
-
Kenny Root authored
-
Jordan Liu authored
-
Treehugger Robot authored
-
Kenny Root authored
This helps reviewing the refactor of the RecoverySystemService in which it is made a bit more testable. Test: make && emulator Change-Id: Ifc5a658fe68ed10ab400f43d1d3967c0acccbd11
-
James Mattis authored
-
Meng Wang authored
Bug: 140908357 Test: make Change-Id: If3be915329cc27c560af3fd71a903984a626aca8
-
Meng Wang authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Artur Satayev authored
go/cleanup-greylist-txt Bug: 137350495 Test: m, manual inspection of out/soong/hiddenapi/hiddenapi-flags.csv Change-Id: I851236a8060e05724833d9dbcd4c5a79763d4c40 Merged-In: I851236a8060e05724833d9dbcd4c5a79763d4c40
-
Steven Moreland authored
* changes: Remove vibrator@1.4 VibratorService: avoid shim
-
Dario Freni authored
* changes: PackageAbiHepler no longer modifies Package Adds scan unit tests
-
Chalard Jean authored
-
Victor Chang authored
Bug: 124232146 Test: m droid Merged-In: I25ad003c70b5028942d50d8e83d1cc62ee74d31b Change-Id: I25ad003c70b5028942d50d8e83d1cc62ee74d31b (cherry picked from commit 57e23f19)
-
Chalard Jean authored
Test: ConnectivityServiceTest Change-Id: I52f70756003cef61b450e9c1e9e57dc70f3091d5
-
Chalard Jean authored
This is a no-op. Bug: 113554781 Test: ConnectivityServiceTest Change-Id: I493b969c278097a289a1ef689ca268606227ae79
-
Chalard Jean authored
This is a no-op. Reviewers : please scrutinize this for behavior changes. Test: ConnectivityServiceTest Change-Id: Icc621f0a64a72dae0192843e6b6587ec4e31ea4d
-
Chalard Jean authored
This moves the side effects done by the decision loop when a network stops satisfying a request to outside the decision loop. Bug: 113554781 Test: ConnectivityServiceTest Change-Id: I7b7594250d5c04362c699e065d30a1181effed09
-
Chalard Jean authored
This is a preliminary change to move the code that chooses what network gets assigned to what request out of ConnectivityService. By storing the list of changes first, it becomes possible to move the changes with side-effects to a later part of the code, after the decisions have been made. This move is implemented in a later change. Bug: 113554781 Test: ConnectivityServiceTest Change-Id: I60fe318a8eabf13d1c07b144367ca92cf07e734e
-
Chalard Jean authored
The goal of doing this is to remove the locks. Locking imposes an ordering that is parallel to the program sequence ; often it is what is needed, but the refactoring in progress needs to change the traversal order of the requests without having observable side-effects (or at least, very controlled ones). The order is difficult enough to maintain when there is only one. In this case, it is easy to remove the locks, and it will simplify vastly the complexity of the refactoring by removing the parallel ordering that would have to be maintained. Bug: 113554781 Test: ConnectivityServiceTest Change-Id: Ie4ae6a97053559e6cbac8230f2db3d35000b35a9
-
Torbjorn Eklund authored
Optimize resource handling in SubscriptionManager by caching Resources created in getResourcesForSubId. Inspired by commit: f9a7ccc1be43459516f0df0fc7042b1bc0560dd2 Bug: 144051856 Test: Manual Change-Id: Id6878f933f09f9e3df183ffe45bf60108038889d
-
SongFerng Wang authored
-
Tyler Gunn authored
-
Makoto Onuki authored
Without it, apps (mainline modules) will need to use createPackageContext..., which is a bit painful. Bug: 142472686 Test: atest android.content.cts.ContextTest#testCreateContextAsUser Change-Id: Id640e03862462724df1a4a3101f0b08faafba22f (cherry picked from commit b844001d) Merged-in: Id640e03862462724df1a4a3101f0b08faafba22f
-
Treehugger Robot authored
-
Meng Wang authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Allen Su authored
-
Meng Wang authored
Bug: 142431997 Test: make Change-Id: I45ca070cfc59f4a7cc87d5d530b665d9259fcb71 Merged-In: I7bd15f225ac7774ac6e31c766ee0f11302aae3d8
-
Meng Wang authored
Bug: 144374158 Test: make Change-Id: I7702677c8bb2529655ef03fc0a27c33743ae01b5 Merged-In: If983bc315218486be73567cd1919d1f60250f670
-