Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java691 List<String> processPatternList = new ArrayList<>(); in runPocAssertNoCrashesNotVulnerable() local
693 processPatternList.addAll(Arrays.asList(processPatternStrings)); in runPocAssertNoCrashesNotVulnerable()
695 processPatternList.add(binaryName); in runPocAssertNoCrashesNotVulnerable()
696 String[] processPatternStringsWithSelf = new String[processPatternList.size()]; in runPocAssertNoCrashesNotVulnerable()
697 processPatternList.toArray(processPatternStringsWithSelf); in runPocAssertNoCrashesNotVulnerable()