Searched defs:newService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java1102 @Override public void onRegistration(IHealth oldService, IHealth newService, argument
1104 if (newService == null) return;
1124 int r = newService.registerCallback(this);
1131 newService.update();
1351 IHealth newService = null;
1355 newService = healthSupplier.get(name);
1361 if (newService != null) {
1363 mLastService.set(newService);
1368 if (mInstanceName == null || newService == null) {
1373 mCallback.onRegistration(null, newService, mInstanceNam
1402 onRegistration(IHealth oldService, IHealth newService, String instance) argument
[all...]

Completed in 47 milliseconds