Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/permission/tests/
DNativePermissionControllerTest.cpp55 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()
DValidatedAttributionSourceStateTest.cpp78 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()
/frameworks/libs/service_entitlement/tests/utils/com/android/libraries/entitlement/testing/
DFakeURLStreamHandler.java95 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.FakeResponse
210 public abstract Builder setHasException(boolean hasException); in setHasException() argument
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DBrowsedAuthenticationMetric.java71 public void setHasException(boolean hasException) { in setHasException() argument
72 mHasException = hasException; in setHasException()
DCandidatePhaseMetric.java164 public void setHasException(boolean hasException) { in setHasException() argument
165 mHasException = hasException; in setHasException()
DProviderSessionMetric.java85 public void collectCandidateExceptionStatus(boolean hasException) { in collectCandidateExceptionStatus() argument
87 mCandidatePhasePerProviderMetric.setHasException(hasException); in collectCandidateExceptionStatus()
102 public void collectAuthenticationExceptionStatus(boolean hasException) { in collectAuthenticationExceptionStatus() argument
106 mostRecentAuthenticationMetric.setHasException(hasException); in collectAuthenticationExceptionStatus()
DChosenProviderFinalPhaseMetric.java268 public void setHasException(boolean hasException) { in setHasException() argument
269 mHasException = hasException; in setHasException()
DRequestSessionMetric.java298 public void collectFinalPhaseProviderMetricStatus(boolean hasException, in collectFinalPhaseProviderMetricStatus() argument
301 mChosenProviderFinalPhaseMetric.setHasException(hasException); in collectFinalPhaseProviderMetricStatus()
/frameworks/av/media/liberror/include/error/
DBinderStatusMatcher.h34 static BinderStatusMatcher hasException(binder::Status::Exception ex) { in hasException() function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java141 boolean hasException = false; in makeDefaultPhone()
149 hasException = true; in makeDefaultPhone()
152 if ( !hasException ) { in makeDefaultPhone()
/frameworks/base/libs/hwui/jni/
DGraphics.cpp86 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException() function in GraphicsJNI
525 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()
DGraphicsJNI.h68 static bool hasException(JNIEnv*);