Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java140 private static Class<?> sExceptionClassOnSet; field in VehiclePropertyVerifier
669 assertWithMessage("Expected " + sExceptionClassOnSet + " to be of type " in verifyWritePermissionsGiveAccessToWriteApis()
670 + exceptedExceptionClass).that(sExceptionClassOnSet) in verifyWritePermissionsGiveAccessToWriteApis()
1180 if (sExceptionClassOnSet == null) { in verifySetProperty()
2881 sExceptionClassOnSet = e.getClass(); in setPropertyAndWaitForChange()
2885 sExceptionClassOnSet = e.getClass(); in setPropertyAndWaitForChange()