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.java31 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in CarApiUtil
53 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkAllIllegalStateExceptionsFromCarService()
73 if (e.getMessage().equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
DCar.java195 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in Car
460 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
/packages/services/Car/car-support-lib/src/android/support/car/
DCarApiUtil.java31 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in CarApiUtil
53 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkAllIllegalStateExceptionsFromCarService()
73 if (e.getMessage().equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
DCar.java133 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in Car
414 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
/packages/services/Car/service/src/com/android/car/
DCarHvacService.java118 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()
DCarRadioService.java124 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()