commit | bce700f1db6171514a5176547bb4e4447b3ede6d | [log] [tgz] |
---|---|---|
author | Zaiyue Xue <xuezaiyue@google.com> | Thu Dec 15 17:48:12 2022 +0800 |
committer | Zaiyue Xue <xuezaiyue@google.com> | Fri Dec 16 10:39:26 2022 +0800 |
tree | 2a532b31c430656adc327bc77285e146baad46ce | |
parent | 6c4f83f33db72d8efb5f8709bfc7c4ba046c1df1 [diff] |
Refactor getting allowlist set from feature provider. (1) Use Set<CharSequence> for all the allowlists. (2) The contains() method of Set<CharSequence> also works for String. No need an extra contains() util function. Bug: 262802531 Fix: 262802531 Test: presubmit Change-Id: Ib2aaf9a3b8db4618a8c46f138e8d35f15b77c104