Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/CoreTests/android/core/
H A DNsdServiceInfoTest.java41 exceptionThrown = true; in testLimits()
43 assertTrue(exceptionThrown); in testLimits()
47 exceptionThrown = false; in testLimits()
51 exceptionThrown = true; in testLimits()
53 assertTrue(exceptionThrown); in testLimits()
57 exceptionThrown = false; in testLimits()
65 exceptionThrown = true; in testLimits()
67 assertTrue(exceptionThrown); in testLimits()
71 exceptionThrown = false; in testLimits()
81 exceptionThrown = true; in testLimits()
[all …]
/aosp12/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java113 exceptionThrown = true; in setByte()
135 exceptionThrown = true; in getByte()
156 exceptionThrown = true; in setChar()
178 exceptionThrown = true; in getChar()
199 exceptionThrown = true; in setShort()
216 exceptionThrown = true; in getShort()
237 exceptionThrown = true; in setInt()
254 exceptionThrown = true; in getInt()
275 exceptionThrown = true; in setLong()
292 exceptionThrown = true; in getLong()
[all …]
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
H A DNsdServiceInfoTest.java69 exceptionThrown = true; in testLimits()
71 assertTrue(exceptionThrown); in testLimits()
75 exceptionThrown = false; in testLimits()
79 exceptionThrown = true; in testLimits()
81 assertTrue(exceptionThrown); in testLimits()
85 exceptionThrown = false; in testLimits()
93 exceptionThrown = true; in testLimits()
95 assertTrue(exceptionThrown); in testLimits()
99 exceptionThrown = false; in testLimits()
109 exceptionThrown = true; in testLimits()
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
H A DHandlerThreadingDomainTest.java79 AtomicBoolean exceptionThrown = new AtomicBoolean(true); in assertCurrentThread() local
82 exceptionThrown.set(false); in assertCurrentThread()
86 assertFalse(exceptionThrown.get()); in assertCurrentThread()
96 AtomicBoolean exceptionThrown = new AtomicBoolean(false); in assertNotCurrentThread() local
103 exceptionThrown.set(true); in assertNotCurrentThread()
108 assertTrue(exceptionThrown.get()); in assertNotCurrentThread()
/aosp12/build/make/tools/product_config/test/com/android/build/config/
H A DErrorReporterTest.java111 boolean exceptionThrown = false; in testSetLevelFails()
115 exceptionThrown = true; in testSetLevelFails()
118 Assert.assertTrue(exceptionThrown); in testSetLevelFails()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java150 boolean exceptionThrown = false; in isClientCertificateChainInvalid()
155 exceptionThrown = true; in isClientCertificateChainInvalid()
157 return exceptionThrown; in isClientCertificateChainInvalid()
H A DWifiConfigurationTest.java312 boolean exceptionThrown = false; in testGetKeyIdForCredentials()
319 exceptionThrown = true; in testGetKeyIdForCredentials()
321 assertTrue(exceptionThrown); in testGetKeyIdForCredentials()
373 boolean exceptionThrown = false; in testGetKeyIdForCredentialsForSuggestion()
380 exceptionThrown = true; in testGetKeyIdForCredentialsForSuggestion()
382 assertTrue(exceptionThrown); in testGetKeyIdForCredentialsForSuggestion()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java87 boolean exceptionThrown; field in BinderInternal.CallSession
H A DBinderCallsStats.java232 s.exceptionThrown = false; in callStarted()
338 callStat.exceptionCount += s.exceptionThrown ? 1 : 0; in processCallEnded()
388 s.exceptionThrown = true; in callThrewException()
H A DBinderLatencyObserver.java200 if (s == null || s.exceptionThrown || !shouldKeepSample()) { in callEnded()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomServiceImplTest.java872 boolean exceptionThrown = false; in setDefaultDialerFailureTestHelper()
876 exceptionThrown = true; in setDefaultDialerFailureTestHelper()
878 assertTrue(exceptionThrown); in setDefaultDialerFailureTestHelper()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...