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.java1153 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument
1155 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() local
1415 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 …]
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java3013 final boolean newService = app.startService(r); in realStartServiceLocked()
3053 if (newService) { in realStartServiceLocked()
3073 if (newService && created) { in realStartServiceLocked()