Searched refs:CAR_NOT_CONNECTED_EXCEPTION_MSG (Results 1 – 6 of 6) sorted by relevance
31 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in CarApiUtil53 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkAllIllegalStateExceptionsFromCarService()73 if (e.getMessage().equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
195 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in Car460 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
133 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in Car414 if (message.equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
118 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()
124 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()