Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/health/
H A DHealthServiceWrapperHidl.java56 private String mInstanceName; field in HealthServiceWrapperHidl
201 mInstanceName = INSTANCE_VENDOR; in HealthServiceWrapperHidl()
205 if (mInstanceName == null || newService == null) { in HealthServiceWrapperHidl()
214 mCallback.onRegistration(null, newService, mInstanceName); in HealthServiceWrapperHidl()
223 .registerForNotifications(IHealth.kInterfaceName, mInstanceName, mNotification); in HealthServiceWrapperHidl()
227 Slog.i(TAG, "health: HealthServiceWrapper listening to instance " + mInstanceName); in HealthServiceWrapperHidl()
274 if (!mInstanceName.equals(instanceName)) return; in onRegistration()
285 IHealth newService = mHealthSupplier.get(mInstanceName); in onRegistration()
294 "health: new instance registered " + mInstanceName); in onRegistration()
299 oldService, newService, mInstanceName); in onRegistration()
[all …]