Searched refs:CAR_NOT_CONNECTED_EXCEPTION_MSG (Results 1 – 6 of 6) sorted by relevance
33 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in CarApiUtil46 if (e.getMessage().equals(CAR_NOT_CONNECTED_EXCEPTION_MSG)) { in checkCarNotConnectedExceptionFromCarService()
288 public static final String CAR_NOT_CONNECTED_EXCEPTION_MSG = "CarNotConnected"; field in Car568 if (CAR_NOT_CONNECTED_EXCEPTION_MSG.equals(message)) { in checkCarNotConnectedExceptionFromCarService()579 if (CAR_NOT_CONNECTED_EXCEPTION_MSG.equals(message)) { in hideCarNotConnectedExceptionFromCarService()
62 IllegalStateException e = new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in testCheckCarNotConnectedExceptionFromCarService()
121 new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG)); in testCheckCarNotConnectedExceptionFromCarService()
123 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()
130 throw new IllegalStateException(Car.CAR_NOT_CONNECTED_EXCEPTION_MSG); in registerListener()