HomeSort by relevance Sort by last modified time
    Searched defs:getCarConnectionType (Results 1 - 5 of 5) sorted by null

  /packages/services/Car/car-support-lib/src/android/support/car/
CarServiceLoader.java 43 public abstract int getCarConnectionType() throws CarNotConnectedException;
CarServiceLoaderEmbedded.java 73 public int getCarConnectionType() throws CarNotConnectedException {
75 int carConnectionType = mEmbeddedCar.getCarConnectionType();
Car.java 456 public int getCarConnectionType() throws CarNotConnectedException {
457 int carConnectionType = mCarServiceLoader.getCarConnectionType();
  /packages/services/Car/car-lib/src/android/car/
Car.java 552 public int getCarConnectionType() {
  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 242 public int getCarConnectionType() {

Completed in 1425 milliseconds