Home
last modified time | relevance | path

Searched defs:blocklist (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/DynamicSystemInstallationService/tests/src/com/android/dynsystem/
DKeyRevocationListTest.java62 KeyRevocationList blocklist; in testFromJsonString() local
100 KeyRevocationList blocklist = KeyRevocationList.fromUrl(mockUrl); in testFromUrl() local
118 KeyRevocationList blocklist = new KeyRevocationList(); in testIsRevoked() local
/frameworks/rs/tests/lldb/
Dconfig.py85 def blocklist(self): member in Config