Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardRequest.java177 final boolean throwNestedException, final List<String> errorFileNameList) in readOneVCardFile() argument
227 if ((e instanceof VCardNestedException) && throwNestedException) { in readOneVCardFile()