Searched refs:exceptionThrown (Results 1 – 5 of 5) sorted by relevance
61 boolean exceptionThrown = false; in testLimits()65 exceptionThrown = true; in testLimits()67 assertTrue(exceptionThrown); in testLimits()71 exceptionThrown = false; in testLimits()75 exceptionThrown = true; in testLimits()77 assertTrue(exceptionThrown); in testLimits()81 exceptionThrown = false; in testLimits()89 exceptionThrown = true; in testLimits()91 assertTrue(exceptionThrown); in testLimits()95 exceptionThrown = false; in testLimits()[all …]
342 boolean exceptionThrown = false; in testGetKeyIdForCredentials()349 exceptionThrown = true; in testGetKeyIdForCredentials()351 assertTrue(exceptionThrown); in testGetKeyIdForCredentials()403 boolean exceptionThrown = false; in testGetKeyIdForCredentialsForSuggestion()410 exceptionThrown = true; in testGetKeyIdForCredentialsForSuggestion()412 assertTrue(exceptionThrown); in testGetKeyIdForCredentialsForSuggestion()
132 boolean exceptionThrown = false; in isClientCertificateChainInvalid()137 exceptionThrown = true; in isClientCertificateChainInvalid()139 return exceptionThrown; in isClientCertificateChainInvalid()
86 boolean exceptionThrown; field in BinderInternal.CallSession
125 s.exceptionThrown = false; in callStarted()204 callStat.exceptionCount += s.exceptionThrown ? 1 : 0; in processCallEnded()237 s.exceptionThrown = true; in callThrewException()