commit | 648b2c0eb115cb855322f46b36049f688c583940 | [log] [tgz] |
---|---|---|
author | Jeongeun Song <jsong.song@samsung.com> | Tue Aug 11 10:31:43 2020 +0900 |
committer | Todd Kennedy <toddke@google.com> | Mon Aug 24 12:42:10 2020 -0700 |
tree | 6cdd59e9b1e6b472563b843e426e945b567b5c65 | |
parent | f527b08f8f8b1f82e335c299d08f32a49b9ab984 [diff] |
Add missing synchronized(mLock) blocks into PackageManagerService The methods whose suffixes are Lpr, LPw, and Locked should be called within synchronized block, but it was missing. Hence, add missing synchronized(mLock) blocks into PackageManagerService. Bug: 162756879 Test: compile & verify basic functions working Change-Id: Icefabfc9bb8c028edca6f5550524ea7dc1b6ffd9