Searched refs:oldService (Results 1 – 2 of 2) sorted by relevance
387 final S oldService = peekServiceForUserLocked(userId); in setTemporaryService() local388 if (oldService != null) { in setTemporaryService()389 oldService.removeSelfFromCacheLocked(); in setTemporaryService()421 final S oldService = peekServiceForUserLocked(userId); in setDefaultServiceEnabled() local422 if (oldService != null) { in setDefaultServiceEnabled()423 oldService.removeSelfFromCacheLocked(); in setDefaultServiceEnabled()
1208 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument1214 if (oldService != null) { in onRegistration()1215 int r = oldService.unregisterCallback(this); in onRegistration()1556 void onRegistration(IHealth oldService, IHealth newService, String instance); in onRegistration() argument1592 IHealth oldService = mLastService.getAndSet(newService); in onRegistration()1595 if (Objects.equals(newService, oldService)) return; in onRegistration()1600 mCallback.onRegistration(oldService, newService, mInstanceName); in onRegistration()