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

  /packages/services/Car/car-support-lib/src/android/support/car/navigation/
CarNavigationManagerEmbedded.java 69 public boolean isInstrumentClusterSupported() throws CarNotConnectedException {
71 return mManager.isInstrumentClusterSupported();
CarNavigationManager.java 115 public abstract boolean isInstrumentClusterSupported() throws CarNotConnectedException;
  /packages/services/Car/service/src/com/android/car/cluster/
CarNavigationService.java 161 public boolean isInstrumentClusterSupported() {
  /packages/services/Car/car-lib/src/android/car/navigation/
CarNavigationManager.java 193 public boolean isInstrumentClusterSupported() throws CarNotConnectedException {
195 return mService.isInstrumentClusterSupported();

Completed in 206 milliseconds