Home | History | Annotate | Download | only in navigation

Lines Matching refs:CarNotConnectedException

19 import android.support.car.CarNotConnectedException;
34 * @throws CarNotConnectedException if the connection to the car service has been lost.
37 public void sendNavigationStatus(int status) throws CarNotConnectedException {
40 } catch (android.car.CarNotConnectedException e) {
41 throw new CarNotConnectedException(e);
47 int turnNumber, int turnSide) throws CarNotConnectedException {
53 int turnNumber, Bitmap image, int turnSide) throws CarNotConnectedException {
57 } catch (android.car.CarNotConnectedException e) {
58 throw new CarNotConnectedException(e);
64 int displayDistanceMillis, int displayDistanceUnit) throws CarNotConnectedException {
68 } catch (android.car.CarNotConnectedException e) {
69 throw new CarNotConnectedException(e);
82 * @throws CarNotConnectedException if the connection to the car service has been lost.
86 throws CarNotConnectedException {
90 } catch (android.car.CarNotConnectedException e) {
91 throw new CarNotConnectedException(e);