Home
last modified time | relevance | path

Searched refs:newService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
DBroadcastRadioService.java65 boolean newService = false;
67 newService = true;
82 if (newService) {
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java1150 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument
1152 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() local
1406 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 …]
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2698 final boolean newService = app.services.add(r); in realStartServiceLocked()
2738 if (newService) { in realStartServiceLocked()
2758 if (newService && created) { in realStartServiceLocked()