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

  /packages/services/Car/car-lib/src/android/car/navigation/
ICarNavigation.aidl 31 boolean isInstrumentClusterSupported() = 3;
CarNavigationManager.java 193 public boolean isInstrumentClusterSupported() throws CarNotConnectedException {
195 return mService.isInstrumentClusterSupported();
  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationManager.java 115 public abstract boolean isInstrumentClusterSupported() throws CarNotConnectedException;
CarNavigationManagerEmbedded.java 69 public boolean isInstrumentClusterSupported() throws CarNotConnectedException {
71 return mManager.isInstrumentClusterSupported();
  /packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
CarNavigationManagerTest.java 54 if (!mCarNavigationManager.isInstrumentClusterSupported()) {
  /packages/services/Car/service/src/com/android/car/cluster/
CarNavigationService.java 161 public boolean isInstrumentClusterSupported() {

Completed in 546 milliseconds