Searched refs:mCarLocationService (Results 1 – 2 of 2) sorted by relevance
88 private CarLocationService mCarLocationService; field in CarLocationServiceTest130 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 …]
153 private final CarLocationService mCarLocationService; field in ICarImpl384 mCarLocationService = constructWithTrace(t, CarLocationService.class, in ICarImpl()