Home
last modified time | relevance | path

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

/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java291 protected ArrayList<String> mExceptionList; field in JDiffClassDescription.JDiffMethod
303 mExceptionList = new ArrayList<String>(); in JDiffMethod()
321 mExceptionList.add(exceptionName); in addException()
386 if (mExceptionList.size() > 0) { in toSignatureString()
388 for (int x = 0; x < mExceptionList.size(); x++) { in toSignatureString()
389 sb.append(mExceptionList.get(x)); in toSignatureString()
390 if (x + 1 != mExceptionList.size()) { in toSignatureString()