Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java733 Set<String> exceptionTypeNames = splitTypeList(exceptionSignature); in addExceptions() local
736 for (String exTypeName : exceptionTypeNames) { in addExceptions()