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

  /packages/services/Car/car-lib/src/android/car/cluster/renderer/
IInstrumentCluster.aidl 29 IInstrumentClusterNavigation getNavigationService();
InstrumentClusterRenderingService.java 195 public IInstrumentClusterNavigation getNavigationService() throws RemoteException {
  /packages/services/Car/service/src/com/android/car/cluster/
InstrumentClusterService.java 244 public IInstrumentClusterNavigation getNavigationService() {
251 return service == null ? null : service.getNavigationService();
  /packages/services/Car/service/src/com/android/car/
ICarImpl.java 243 mInstrumentClusterService.getNavigationService();

Completed in 1026 milliseconds