Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/
DAppManifestConfigCall.java93 public static final int RESULT_DISALLOWED_GENERIC_ERROR = field in AppManifestConfigCall
108 RESULT_DISALLOWED_GENERIC_ERROR
189 case RESULT_DISALLOWED_GENERIC_ERROR: in resultToString()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DAppManifestConfigCallTest.java35 …static com.android.adservices.service.common.AppManifestConfigCall.RESULT_DISALLOWED_GENERIC_ERROR;
184 expect.withMessage("resultToString(%s)", RESULT_DISALLOWED_GENERIC_ERROR) in testResultToString()
185 .that(resultToString(RESULT_DISALLOWED_GENERIC_ERROR)) in testResultToString()
254 expect.withMessage("isAllowed(%s)", resultToString(RESULT_DISALLOWED_GENERIC_ERROR)) in testIsAllowed()
255 .that(isAllowed(RESULT_DISALLOWED_GENERIC_ERROR)) in testIsAllowed()