Searched refs:odToHrExpectException (Results 1 – 6 of 6) sorted by relevance
104 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 DataLabelsTest305 TestUtils.odToHrExpectException(new DataLabelsFactory(), DATA_LABELS_OD_PATH, fileName); in odToHrExpectException()
57 odToHrExpectException(MISSING_BOOL_FILE_NAME); in testMissingBool()65 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in SystemAppSafetyLabelTest66 TestUtils.odToHrExpectException( in odToHrExpectException()
57 odToHrExpectException(MISSING_URL_FILE_NAME); in testMissingUrl()65 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in ThirdPartyVerificationTest66 TestUtils.odToHrExpectException( in odToHrExpectException()
50 odToHrExpectException(MISSING_VERSION_FILE_NAME); in testAndroidSafetyLabelMissingVersion()90 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in AndroidSafetyLabelTest91 TestUtils.odToHrExpectException( in odToHrExpectException()
48 odToHrExpectException(MISSING_VERSION_FILE_NAME); in testSafetyLabelsMissingVersion()87 private void odToHrExpectException(String fileName) { in odToHrExpectException() method in SafetyLabelsTest88 TestUtils.odToHrExpectException(new SafetyLabelsFactory(), SAFETY_LABELS_OD_PATH, fileName); in odToHrExpectException()
145 public static <T extends AslMarshallable> void odToHrExpectException( in odToHrExpectException() method in TestUtils