Searched refs:newService (Results 1 – 3 of 3) sorted by relevance
65 boolean newService = false;67 newService = true;82 if (newService) {
1153 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument1155 if (newService == null) return; in onRegistration()1175 int r = newService.registerCallback(this); in onRegistration()1182 newService.update(); in onRegistration()1411 IHealth newService = null; in init() local1415 newService = healthSupplier.get(name); in init()1421 if (newService != null) { in init()1423 mLastService.set(newService); in init()1428 if (mInstanceName == null || newService == null) { in init()1436 mCallback.onRegistration(null, newService, mInstanceName); in init()[all …]
3013 final boolean newService = app.startService(r); in realStartServiceLocked()3053 if (newService) { in realStartServiceLocked()3073 if (newService && created) { in realStartServiceLocked()