Searched refs:oldService (Results 1 – 1 of 1) sorted by relevance
1102 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument1108 if (oldService != null) { in onRegistration()1109 int r = oldService.unregisterCallback(this); in onRegistration()1402 void onRegistration(IHealth oldService, IHealth newService, String instance); in onRegistration() argument1438 IHealth oldService = mLastService.getAndSet(newService); in onRegistration()1441 if (Objects.equals(newService, oldService)) return; in onRegistration()1444 mCallback.onRegistration(oldService, newService, mInstanceName); in onRegistration()