Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java88 private CarLocationService mCarLocationService; field in CarLocationServiceTest
130 mCarLocationService = new CarLocationService(mMockContext) { in setUp()
154 if (mCarLocationService != null) { in tearDown()
155 mCarLocationService.release(); in tearDown()
181 mCarLocationService.init(); in testRegistersToReceiveEvents()
184 verify(mMockContext).registerReceiver(eq(mCarLocationService), in testRegistersToReceiveEvents()
198 mCarLocationService.init(); in testUnregistersEventReceivers()
199 mCarLocationService.release(); in testUnregistersEventReceivers()
200 verify(mMockContext).unregisterReceiver(mCarLocationService); in testUnregistersEventReceivers()
211 mCarLocationService.init(); in testLoadsLocationWithHeadlessSystemUser()
[all …]
/packages/services/Car/service/src/com/android/car/
DICarImpl.java153 private final CarLocationService mCarLocationService; field in ICarImpl
384 mCarLocationService = constructWithTrace(t, CarLocationService.class, in ICarImpl()