Searched refs:hrToOdExpectException (Results 1 – 6 of 6) sorted by relevance
96 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 DataLabelsTest301 TestUtils.hrToOdExpectException(new DataLabelsFactory(), DATA_LABELS_HR_PATH, fileName); in hrToOdExpectException()
56 hrToOdExpectException(MISSING_BOOL_FILE_NAME); in testMissingBool()60 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in SystemAppSafetyLabelTest61 TestUtils.hrToOdExpectException( in hrToOdExpectException()
56 hrToOdExpectException(MISSING_URL_FILE_NAME); in testMissingUrl()60 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in ThirdPartyVerificationTest61 TestUtils.hrToOdExpectException( in hrToOdExpectException()
47 hrToOdExpectException(MISSING_VERSION_FILE_NAME); in testSafetyLabelsMissingVersion()83 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in SafetyLabelsTest84 TestUtils.hrToOdExpectException(new SafetyLabelsFactory(), SAFETY_LABELS_HR_PATH, fileName); in hrToOdExpectException()
49 hrToOdExpectException(MISSING_VERSION_FILE_NAME); in testAndroidSafetyLabelMissingVersion()85 private void hrToOdExpectException(String fileName) { in hrToOdExpectException() method in AndroidSafetyLabelTest86 TestUtils.hrToOdExpectException( in hrToOdExpectException()
134 public static <T extends AslMarshallable> void hrToOdExpectException( in hrToOdExpectException() method in TestUtils