summaryrefslogtreecommitdiff
path: root/libs/androidfw/ZipUtils.cpp
diff options
context:
space:
mode:
author Aaron Liu <aaronjli@google.com> 2023-02-21 11:05:29 -0800
committer Aaron Liu <aaronjli@google.com> 2023-02-22 12:30:52 -0800
commite0aff5f686b0f0e54aada70959da259cae413d1e (patch)
tree5451ad0910e8bbce2d72fc2817a9f7183ffef55d /libs/androidfw/ZipUtils.cpp
parent8b1b61c532a98952ddd5722f7aca43ebc3593049 (diff)
Remove lockpattern utils construction...
where possible. By invoking the constructor, we are not reusing the cache that will mitigate binder calls for reading state. There is an instance of LockPatternUtils that is injectable via dagger. Some classes, however, cannot inject this. (i.e. view, service, or static method). I've removed the instances where I could to hopefully mitigate binder calls and jank. Fixes: 268192609 Test: Check to see if bouncer works properly mostly. Change-Id: I56a19fa6e419f1a7af28171edf4ebaccf55e9929
Diffstat (limited to 'libs/androidfw/ZipUtils.cpp')
0 files changed, 0 insertions, 0 deletions