Home
last modified time | relevance | path

Searched refs:sPocPusher (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java71 private static Map<ITestDevice, PocPusher> sPocPusher = new HashMap<>(); field in SecurityTestCase
94 sPocPusher.put(getDevice(), pocPusher); in setUp()
142 return sPocPusher.get(device); in getPocPusher()