Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/
DCarApiUtil.java33 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in CarApiUtil
46 if (e.getMessage().equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
DCar.java288 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in Car
568 if (CAR_NOT_CONNECTED_EXCEPTION_MSG.equals(message)) { in checkCarNotConnectedExceptionFromCarService()
579 if (CAR_NOT_CONNECTED_EXCEPTION_MSG.equals(message)) { in hideCarNotConnectedExceptionFromCarService()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarApiUtilTest.java62 IllegalStateException e = new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in testCheckCarNotConnectedExceptionFromCarService()
DCarTest.java121 new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG)); in testCheckCarNotConnectedExceptionFromCarService()
/packages/services/Car/service/src/com/android/car/
DCarRadioService.java123 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()
DCarPropertyServiceBase.java130 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()