Home | History | Annotate | Download | only in server

Lines Matching refs:onRegistration

1102         @Override public void onRegistration(IHealth oldService, IHealth newService,
1284 * On new registration of IHealth service, {@link #onRegistration onRegistration} is called and
1327 * mCallback.onRegistration() is called synchronously (aka in init thread) before
1373 mCallback.onRegistration(null, newService, mInstanceName);
1402 void onRegistration(IHealth oldService, IHealth newService, String instance);
1426 public final void onRegistration(String interfaceName, String instanceName,
1444 mCallback.onRegistration(oldService, newService, mInstanceName);