Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java70 private static Map<ITestDevice, String> sTestName = new HashMap<>(); field in SecurityTestCase
91 sTestName.put(getDevice(), testName.getMethodName()); in setUp()
138 return sTestName.get(device); in getTestName()