Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationManagerStub.java51 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
/frameworks/base/core/java/android/content/pm/verify/domain/
DDomainVerificationManager.java284 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