Searched refs:newService (Results 1 – 3 of 3) sorted by relevance
65 boolean newService = false;67 newService = true;82 if (newService) {
1150 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument1152 if (newService == null) return; in onRegistration()1172 int r = newService.registerCallback(this); in onRegistration()1179 newService.update(); in onRegistration()1402 IHealth newService = null; in init() local1406 newService = healthSupplier.get(name); in init()1412 if (newService != null) { in init()1414 mLastService.set(newService); in init()1419 if (mInstanceName == null || newService == null) { in init()1424 mCallback.onRegistration(null, newService, mInstanceName); in init()[all …]
2698 final boolean newService = app.services.add(r); in realStartServiceLocked()2738 if (newService) { in realStartServiceLocked()2758 if (newService && created) { in realStartServiceLocked()