Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/tests/utils/com/android/libraries/entitlement/testing/
DFakeURLStreamHandler.java195 .setHasException(false); in builder()
210 public abstract Builder setHasException(boolean hasException); in setHasException() method in FakeURLStreamHandler.FakeResponse.Builder
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DBrowsedAuthenticationMetric.java71 public void setHasException(boolean hasException) { in setHasException() method in BrowsedAuthenticationMetric
DCandidatePhaseMetric.java164 public void setHasException(boolean hasException) { in setHasException() method in CandidatePhaseMetric
DProviderSessionMetric.java87 mCandidatePhasePerProviderMetric.setHasException(hasException); in collectCandidateExceptionStatus()
106 mostRecentAuthenticationMetric.setHasException(hasException); in collectAuthenticationExceptionStatus()
DRequestSessionMetric.java255 mChosenProviderFinalPhaseMetric.setHasException(exceptionBitFinalPhase); in setHasExceptionFinalPhase()
301 mChosenProviderFinalPhaseMetric.setHasException(hasException); in collectFinalPhaseProviderMetricStatus()
DChosenProviderFinalPhaseMetric.java268 public void setHasException(boolean hasException) { in setHasException() method in ChosenProviderFinalPhaseMetric
/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java208 .setHasException(true) in request_getResponseCodeFailed_expectThrowsException()
234 .setHasException(true) in request_getResponseBodyFailed_expectThrowsException()