Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAppManifestConfigCall.java81 public static final int RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR = field in AppManifestConfigCall
104 RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR,
181 case RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR: in resultToString()
DAppManifestConfigHelper.java26 …android.adservices.service.common.AppManifestConfigCall.RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR;
248 call.result = RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR;
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAppManifestConfigCallTest.java30 …android.adservices.service.common.AppManifestConfigCall.RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR;
171 expect.withMessage("resultToString(%s)", RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR) in testResultToString()
172 .that(resultToString(RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR)) in testResultToString()
239 "isAllowed(%s)", resultToString(RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR)) in testIsAllowed()
240 .that(isAllowed(RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR)) in testIsAllowed()
DAppManifestConfigHelperTest.java29 …android.adservices.service.common.AppManifestConfigCall.RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR;
381 verifyLogUsageForAllApis(RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR); in testIsAllowedApiAccess_parsingExceptionSwallowed_enabledByDefault_sPlus()
394 verifyLogUsageForAllApis(RESULT_DISALLOWED_APP_CONFIG_PARSING_ERROR); in testIsAllowedApiAccess_parsingExceptionSwallowed_enabledByDefault_rMinus()