Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java217 private ImsServiceConnection mImsServiceConnection; field in ImsServiceController
379 mImsServiceConnection = new ImsServiceConnection(); in bind()
386 mImsServiceConnection, serviceFlags); in bind()
644 if (mImsServiceConnection != null) { in unbindService()
647 mContext.unbindService(mImsServiceConnection); in unbindService()
648 mImsServiceConnection = null; in unbindService()