Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/nsd/
DNsdServiceInfoTest.java61 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 …]
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiConfigurationTest.java342 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()
DWifiEnterpriseConfigTest.java132 boolean exceptionThrown = false; in isClientCertificateChainInvalid()
137 exceptionThrown = true; in isClientCertificateChainInvalid()
139 return exceptionThrown; in isClientCertificateChainInvalid()
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java86 boolean exceptionThrown; field in BinderInternal.CallSession
DBinderCallsStats.java125 s.exceptionThrown = false; in callStarted()
204 callStat.exceptionCount += s.exceptionThrown ? 1 : 0; in processCallEnded()
237 s.exceptionThrown = true; in callThrewException()