commit | 2d78eb59062c91731b98f08f9e02c724dc901aea | [log] [tgz] |
---|---|---|
author | Grant Menke <grantmenke@google.com> | Fri Jan 24 11:12:42 2025 -0800 |
committer | Grant Menke <grantmenke@google.com> | Fri Jan 24 11:18:44 2025 -0800 |
tree | 4680cba293ba2c2189f2261a7a42b10c65291b4b | |
parent | 1c7fbd70da65f7b2dd561af8ec9f94b81acf5baa [diff] |
Use ID 12 for WORK_HANDLE User ID in CallsManagerTest. WORK_HANDLE was being initialized to User ID 10 in CallsManagerTest. This was causing some of the tests to fail on HSUM devices since on those devices there is an actual user with user ID 10. This CL uses user ID 12 instead to prevent confliction with the actual user 10 on HSUM devices. Test: CallsManagerTest Bug: 383203713 Flag: TEST_ONLY Change-Id: I3a4b3cf9b9c27d58a308432379683fceed1e92c8