Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java886 private ImsRegistrationListenerProxy createRegistrationListenerProxy(int serviceClass, in createRegistrationListenerProxy()
888 ImsRegistrationListenerProxy proxy = in createRegistrationListenerProxy()
889 new ImsRegistrationListenerProxy(serviceClass, listener); in createRegistrationListenerProxy()
989 private class ImsRegistrationListenerProxy extends IImsRegistrationListener.Stub { class in ImsManager
993 public ImsRegistrationListenerProxy(int serviceClass, in ImsRegistrationListenerProxy() method in ImsManager.ImsRegistrationListenerProxy