Searched refs:rethrow (Results 1 – 2 of 2) sorted by relevance
51 throw rethrow(e); in setUriRelativeFilterGroups()62 throw rethrow(e); in getUriRelativeFilterGroups()72 throw rethrow(e); in queryValidVerificationPackageNames()82 throw rethrow(e); in getDomainVerificationInfo()94 throw rethrow(e); in setDomainVerificationStatus()104 throw rethrow(e); in setDomainVerificationLinkHandlingAllowed()116 throw rethrow(e); in setDomainVerificationUserSelection()127 throw rethrow(e); in getDomainVerificationUserState()139 throw rethrow(e); in getOwnersForDomain()143 private RuntimeException rethrow(Exception exception) throws RuntimeException { in rethrow() method in DomainVerificationManagerStub
284 Exception converted = rethrow(e, packageName); in getDomainVerificationInfo()321 Exception converted = rethrow(e, null); in setDomainVerificationStatus()350 Exception converted = rethrow(e, null); in setDomainVerificationLinkHandlingAllowed()403 Exception converted = rethrow(e, null); in setDomainVerificationUserSelection()428 Exception converted = rethrow(e, packageName); in getDomainVerificationUserState()468 private Exception rethrow(Exception exception, @Nullable String packageName) { in rethrow() method in DomainVerificationManager