Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java139 private static Class<?> sExceptionClassOnGet; field in VehiclePropertyVerifier
540 assertWithMessage("Expected " + sExceptionClassOnGet + " to be of type " in verifyReadPermissionGivesAccessToReadApis()
541 + exceptedExceptionClass).that(sExceptionClassOnGet) in verifyReadPermissionGivesAccessToReadApis()
1650 sExceptionClassOnGet = e.getClass(); in handleGetPropertyExceptions()