Searched refs:mCarLocationService (Results 1 – 2 of 2) sorted by relevance
89 private CarLocationService mCarLocationService; field in CarLocationServiceTest118 mCarLocationService = new CarLocationService(mMockContext, mMockCarUserManagerHelper) { in setUp()153 if (mCarLocationService != null) { in tearDown()154 mCarLocationService.release(); in tearDown()180 mCarLocationService.init(); in testRegistersToReceiveEvents()183 verify(mMockContext).registerReceiver(eq(mCarLocationService), in testRegistersToReceiveEvents()197 mCarLocationService.init(); in testUnregistersEventReceivers()198 mCarLocationService.release(); in testUnregistersEventReceivers()199 verify(mMockContext).unregisterReceiver(mCarLocationService); in testUnregistersEventReceivers()210 mCarLocationService.init(); in testLoadsLocationWithHeadlessSystemUser()[all …]
95 private final CarLocationService mCarLocationService; field in ICarImpl183 mCarLocationService = new CarLocationService(mContext, mUserManagerHelper); in ICarImpl()226 allServices.add(mCarLocationService); in ICarImpl()