Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBatteryService.java1102 @Override public void onRegistration(IHealth oldService, IHealth newService, in onRegistration() argument
1104 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() local
1355 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 …]
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2444 final boolean newService = app.services.add(r); in realStartServiceLocked()
2481 if (newService) { in realStartServiceLocked()