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

  /packages/services/Car/car-lib/src/android/car/
ICar.aidl 28 int getCarConnectionType() = 2;
Car.java 552 public int getCarConnectionType() {
  /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();
  /cts/tests/tests/car/src/android/car/cts/
CarTest.java 47 assertEquals(Car.CONNECTION_TYPE_EMBEDDED, mCar.getCarConnectionType());
  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 242 public int getCarConnectionType() {

Completed in 198 milliseconds