Searched refs:newService (Results 1 – 2 of 2) sorted by relevance
1102 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument1104 if (newService == null) return; in onRegistration()1124 int r = newService.registerCallback(this); in onRegistration()1131 newService.update(); in onRegistration()1351 IHealth newService = null; in init() local1355 newService = healthSupplier.get(name); in init()1361 if (newService != null) { in init()1363 mLastService.set(newService); in init()1368 if (mInstanceName == null || newService == null) { in init()1373 mCallback.onRegistration(null, newService, mInstanceName); in init()[all …]
2444 final boolean newService = app.services.add(r); in realStartServiceLocked()2481 if (newService) { in realStartServiceLocked()