Home
last modified time | relevance | path

Searched refs:mInstrumentClusterNavigation (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java89 private final IInstrumentClusterNavigationImpl mInstrumentClusterNavigation = field in InstrumentClusterServiceTest
107 return mInstrumentClusterNavigation; in getNavigationService()
205 assertThat(clusterInfo).isEqualTo(mInstrumentClusterNavigation.mClusterInfo); in testGetInstrumentClusterInfo_navigationRendererInitialFailures()
211 mInstrumentClusterNavigation.mThrowExceptionInGetInstrumentClusterInfo = true; in testGetInstrumentClusterInfo_navigationBinderError()
321 mInstrumentClusterNavigation.mClusterInfo); in checkValidClusterNavigation()
327 assertThat(bundle).isEqualTo(mInstrumentClusterNavigation.mLastBundle); in checkValidClusterNavigation()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCar.java122 return mService.mInstrumentClusterNavigation; in getCarNavigationStatusController()
145 private final FakeInstrumentClusterNavigation mInstrumentClusterNavigation; field in FakeCar.FakeCarService
154 mInstrumentClusterNavigation = new FakeInstrumentClusterNavigation(); in FakeCarService()
187 return mInstrumentClusterNavigation; in getCarService()