commit | c94d3238a3695a96d8988a5bbde78c0bab917fac | [log] [tgz] |
---|---|---|
author | Chiachang Wang <chiachangwang@google.com> | Fri Feb 19 17:26:34 2021 +0800 |
committer | Chiachang Wang <chiachangwang@google.com> | Mon Feb 22 18:51:14 2021 +0800 |
tree | e596ac9e4d9ec4328be74496dae336655206472a | |
parent | eed1a0000b7964441c17f23c942a487e046c0443 [diff] |
Remove UidRange.createForUser() with userId integers UidRange will be a part of connectivity mainline module. Mainline modules should use strongly-typed UserHandle arguments. The method also refer to the hidden UserHandle.PER_USER_RANGE which is not available after UidRange is moved into module. Thus, replace the usage and remove the createForUser method that takes userId parameter. Bug: 170598012 Test: atest FrameworksNetTests Change-Id: I3f33ea92c4a24342af9ec4b0367c50bb64ce6450