Home
last modified time | relevance | path

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

/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/marshallable/
DDataLabelsTest.java104 odToHrExpectException(COLLECTED_INVALID_BOOL_FILE_NAME); in testDataLabelsCollectedInvalidBool()
276 odToHrExpectException(UNRECOGNIZED_FILE_NAME); in testDataLabelsOdUnrecognizedDataCategory()
283 odToHrExpectException(UNRECOGNIZED_TYPE_FILE_NAME); in testDataLabelsOdUnrecognizedDataType()
290 odToHrExpectException(PERSONAL_MISSING_PURPOSE_FILE_NAME); in testDataLabelsOdMissingPurpose()
297 odToHrExpectException(PERSONAL_EMPTY_PURPOSE_FILE_NAME); in testDataLabelsOdEmptyPurpose()
304 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in DataLabelsTest
305 TestUtils.odToHrExpectException(new DataLabelsFactory(), DATA_LABELS_OD_PATH, fileName); in odToHrExpectException()
DSystemAppSafetyLabelTest.java57 odToHrExpectException(MISSING_BOOL_FILE_NAME); in testMissingBool()
65 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in SystemAppSafetyLabelTest
66 TestUtils.odToHrExpectException( in odToHrExpectException()
DThirdPartyVerificationTest.java57 odToHrExpectException(MISSING_URL_FILE_NAME); in testMissingUrl()
65 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in ThirdPartyVerificationTest
66 TestUtils.odToHrExpectException( in odToHrExpectException()
DAndroidSafetyLabelTest.java50 odToHrExpectException(MISSING_VERSION_FILE_NAME); in testAndroidSafetyLabelMissingVersion()
90 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in AndroidSafetyLabelTest
91 TestUtils.odToHrExpectException( in odToHrExpectException()
DSafetyLabelsTest.java48 odToHrExpectException(MISSING_VERSION_FILE_NAME); in testSafetyLabelsMissingVersion()
87 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in SafetyLabelsTest
88 TestUtils.odToHrExpectException(new SafetyLabelsFactory(), SAFETY_LABELS_OD_PATH, fileName); in odToHrExpectException()
/frameworks/base/tools/app_metadata_bundles/src/test/java/com/android/asllib/testutils/
DTestUtils.java145 public static <T extends AslMarshallable> void odToHrExpectException( in odToHrExpectException() method in TestUtils