Searched refs:mLastService (Results 1 – 1 of 1) sorted by relevance
1360 private final AtomicReference<IHealth> mLastService = new AtomicReference<>(); field in BatteryService.HealthServiceWrapper1370 return mLastService.get(); in getLastService()1414 mLastService.set(newService); in init()1489 IHealth oldService = mLastService.getAndSet(newService); in onRegistration()