Searched refs:hasException (Results 1 – 12 of 12) sorted by relevance
55 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()57 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()66 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()81 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT))); in TEST_F()143 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT))); in TEST_F()178 BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT)); in TEST_F()183 BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT)); in TEST_F()210 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()
78 IsErrorAnd(BinderStatusMatcher::hasException(EX_SECURITY))); in TEST_F()114 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()124 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_ARGUMENT))); in TEST_F()
95 if (mResponse.hasException() && mResponse.responseBody().length == 0) { in getInputStream()117 if (mResponse.hasException() && mResponse.responseCode() == 0) { in getResponseCode()186 abstract boolean hasException(); in hasException() method in FakeURLStreamHandler.FakeResponse210 public abstract Builder setHasException(boolean hasException); in setHasException() argument
71 public void setHasException(boolean hasException) { in setHasException() argument72 mHasException = hasException; in setHasException()
164 public void setHasException(boolean hasException) { in setHasException() argument165 mHasException = hasException; in setHasException()
85 public void collectCandidateExceptionStatus(boolean hasException) { in collectCandidateExceptionStatus() argument87 mCandidatePhasePerProviderMetric.setHasException(hasException); in collectCandidateExceptionStatus()102 public void collectAuthenticationExceptionStatus(boolean hasException) { in collectAuthenticationExceptionStatus() argument106 mostRecentAuthenticationMetric.setHasException(hasException); in collectAuthenticationExceptionStatus()
268 public void setHasException(boolean hasException) { in setHasException() argument269 mHasException = hasException; in setHasException()
298 public void collectFinalPhaseProviderMetricStatus(boolean hasException, in collectFinalPhaseProviderMetricStatus() argument301 mChosenProviderFinalPhaseMetric.setHasException(hasException); in collectFinalPhaseProviderMetricStatus()
34 static BinderStatusMatcher hasException(binder::Status::Exception ex) { in hasException() function
141 boolean hasException = false; in makeDefaultPhone()149 hasException = true; in makeDefaultPhone()152 if ( !hasException ) { in makeDefaultPhone()
86 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() function in GraphicsJNI525 hasException(env); // For the side effect of logging. in createBitmapRegionDecoder()534 hasException(env); // For the side effect of logging. in createRegion()588 if (hasException(env)) { in getColorSpace()
68 static bool hasException(JNIEnv*);