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 …]
247 boolean exceptionThrown = false; in testGetKeyIdForCredentials()254 exceptionThrown = true; in testGetKeyIdForCredentials()256 assertTrue(exceptionThrown); in testGetKeyIdForCredentials()308 boolean exceptionThrown = false; in testGetKeyIdForCredentialsForSuggestion()315 exceptionThrown = true; in testGetKeyIdForCredentialsForSuggestion()317 assertTrue(exceptionThrown); in testGetKeyIdForCredentialsForSuggestion()
134 boolean exceptionThrown = false; in isClientCertificateChainInvalid()139 exceptionThrown = true; in isClientCertificateChainInvalid()141 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()