Home
last modified time | relevance | path

Searched refs:hrToOdExpectException (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/marshallable/
DDataLabelsTest.java96 hrToOdExpectException(COLLECTED_EPHEMERAL_COLLISION_FILE_NAME); in testDataLabelsCollectedEphemeralCollision()
103 hrToOdExpectException(COLLECTED_INVALID_BOOL_FILE_NAME); in testDataLabelsCollectedInvalidBool()
119 hrToOdExpectException(SHARED_INVALID_BOOL_FILE_NAME); in testDataLabelsSharedInvalidBool()
248 hrToOdExpectException(UNRECOGNIZED_FILE_NAME); in testDataLabelsHrUnrecognizedDataCategory()
255 hrToOdExpectException(UNRECOGNIZED_TYPE_FILE_NAME); in testDataLabelsHrUnrecognizedDataType()
262 hrToOdExpectException(PERSONAL_MISSING_PURPOSE_FILE_NAME); in testDataLabelsHrMissingPurpose()
269 hrToOdExpectException(PERSONAL_EMPTY_PURPOSE_FILE_NAME); in testDataLabelsHrEmptyPurpose()
300 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in DataLabelsTest
301 TestUtils.hrToOdExpectException(new DataLabelsFactory(), DATA_LABELS_HR_PATH, fileName); in hrToOdExpectException()
DSystemAppSafetyLabelTest.java56 hrToOdExpectException(MISSING_BOOL_FILE_NAME); in testMissingBool()
60 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in SystemAppSafetyLabelTest
61 TestUtils.hrToOdExpectException( in hrToOdExpectException()
DThirdPartyVerificationTest.java56 hrToOdExpectException(MISSING_URL_FILE_NAME); in testMissingUrl()
60 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in ThirdPartyVerificationTest
61 TestUtils.hrToOdExpectException( in hrToOdExpectException()
DSafetyLabelsTest.java47 hrToOdExpectException(MISSING_VERSION_FILE_NAME); in testSafetyLabelsMissingVersion()
83 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in SafetyLabelsTest
84 TestUtils.hrToOdExpectException(new SafetyLabelsFactory(), SAFETY_LABELS_HR_PATH, fileName); in hrToOdExpectException()
DAndroidSafetyLabelTest.java49 hrToOdExpectException(MISSING_VERSION_FILE_NAME); in testAndroidSafetyLabelMissingVersion()
85 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in AndroidSafetyLabelTest
86 TestUtils.hrToOdExpectException( in hrToOdExpectException()
/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java134 public static <T extends AslMarshallable> void hrToOdExpectException( in hrToOdExpectException() method in TestUtils