Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java82 private volatile Exception mReceivedException; field in DelegatedCertInstallerTest
91 mReceivedException =
105 mReceivedException = null; in setUp()
302 assertNull(testName + " raised exception", mReceivedException); in assertResult()
306 mReceivedException != null && in assertResult()
307 mReceivedException instanceof SecurityException); in assertResult()