Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/
DImsRcsManager.java35 import android.telephony.ims.aidl.IImsRcsController;
190 IImsRcsController imsRcsController = getIImsRcsController(); in registerImsRegistrationCallback()
216 IImsRcsController imsRcsController = getIImsRcsController(); in unregisterImsRegistrationCallback()
243 IImsRcsController imsRcsController = getIImsRcsController(); in getRegistrationState()
275 IImsRcsController imsRcsController = getIImsRcsController(); in getRegistrationTransportType()
325 IImsRcsController imsRcsController = getIImsRcsController(); in registerRcsAvailabilityCallback()
361 IImsRcsController imsRcsController = getIImsRcsController(); in unregisterRcsAvailabilityCallback()
399 IImsRcsController imsRcsController = getIImsRcsController(); in isCapable()
433 IImsRcsController imsRcsController = getIImsRcsController(); in isAvailable()
449 private IImsRcsController getIImsRcsController() { in getIImsRcsController()
[all …]
DRcsUceAdapter.java32 import android.telephony.ims.aidl.IImsRcsController;
315 IImsRcsController imsRcsController = getIImsRcsController(); in requestCapabilities()
367 IImsRcsController imsRcsController = getIImsRcsController(); in getUcePublishState()
413 IImsRcsController imsRcsController = getIImsRcsController(); in registerPublishStateCallback()
452 IImsRcsController imsRcsController = getIImsRcsController(); in unregisterPublishStateCallback()
485 IImsRcsController imsRcsController = getIImsRcsController(); in isUceSettingEnabled()
525 IImsRcsController imsRcsController = getIImsRcsController(); in setUceSettingEnabled()
541 private IImsRcsController getIImsRcsController() { in getIImsRcsController()
543 return IImsRcsController.Stub.asInterface(binder); in getIImsRcsController()
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRcsController.aidl32 interface IImsRcsController { interface