diff options
author | Chiachang Wang <chiachangwang@google.com> | 2021-02-22 18:36:38 +0800 |
---|---|---|
committer | Chiachang Wang <chiachangwang@google.com> | 2021-03-19 08:33:07 +0800 |
commit | 265f23d65d3ce2db725a165a0e0f3ac4a21fad1a (patch) | |
tree | cb1b02b6eefb302b9cd36859c23a066ddaff2aeb /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | f134ef36562e23f3175fe284f1309c537ae58bbd (diff) |
Replace the usage of UidRange
UidRange is used in a shared way between ConnectivityService
and VPN through the use of NetworkCapabilities. UidRange will
be part of the ConnectivityService mainline but Vpn.java will
stay in the framework. We need a way to replace the APIs using
UidRange, or to make UidRange system API. The only really
relevant surface here is NetworkCapabilities#{setUids, getUids}.
The need for UidRange could be replaced by an integer Range, so
replace the usage of UidRange by a integer Range in
NetworkCapabilities#{setUids, getUids} and update the relevant
callers.
Bug: 172183305
Test: atest FrameworksNetTests CtsNetTestCasesLatestSdk
Change-Id: I4e5aec6ef1ea02e038fcd7ed117a3b67b69c5cb9
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions