commit | c9c3853e59462d3a15e01be877d03c4285139f1d | [log] [tgz] |
---|---|---|
author | chiachangwang <chiachangwang@google.com> | Thu May 11 15:00:31 2023 +0000 |
committer | chiachangwang <chiachangwang@google.com> | Mon May 22 07:00:58 2023 +0000 |
tree | b7cc836eb6be4c4477c9dd9d2b6674b0535a4c9a | |
parent | afda1a5579eabb8d8a02aead932e4d436cc934df [diff] |
Clear caller identity in IPC methods A utility method should not be responsible for clearing the caller identity. Clearing caller identity should happen in methods that process binder IPCs, not general utility methods. Update it to clear in each method. Bug: 279381469 Test: atest FrameworksNetTests Change-Id: I95b520fb0d7851ec3e14fbd16044d5f877c74561