summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorfelipeal <felipeal@google.com>2020-08-11 18:10:54 -0700
committerFelipe Leme <felipeal@google.com>2020-08-26 10:39:01 -0700
commit44a4afa99fe022257d5f8236904215370e1f09c9 (patch)
tree4b963de2d23ada90cf79c3ad80d017ff4858599d /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent9f60e77fd0a298cd273e9e4beeec33588339b93d (diff)
Replaced UserManager.getUsers(excludeDying) by getAliveUsers()
The existing method is confusing (the argument used to be called includeDying) and it puts the burden on the caller (which need to understand what the parameter means). Furthermore: - The majority of calls are for getUsers(excludeDying=true). - The calls for getUsers(excludeDying=false) are equivalent to calls to getUsers() So, a previous CL deprecated getUsers(excludeDying) and this CL replaces all remaining getUsers(true) calls to getAliveUsers() - calls to getUsers(false) were already refactored to call getUsers() in a previous CL. Test: m Test: a RollbackTest VpnTest ConnectivityServiceTest PermissionMonitorTest UserSettingsTest AppInfoDashboardFragmentTest UserHelperTest Bug: 157921703 Change-Id: I94973c91c14ad47c43cc1168ab766dc9e2815e54 Exempt-From-Owner-Approval: owners approval lost after rebase
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions