Searched refs:mImsServiceConnection (Results 1 – 2 of 2) sorted by relevance
74 private ServiceConnection mImsServiceConnection; field in MockModem297 mImsServiceConnection = new MockModemConnection(HAL_SERVICE_IMS); in bindToMockModemService()301 mPhoneId, BIND_IRADIOIMS, mImsServiceConnection); in bindToMockModemService()304 mImsServiceConnection = null; in bindToMockModemService()365 if (mImsServiceConnection != null) { in unbindMockModemService()366 mContext.unbindService(mImsServiceConnection); in unbindMockModemService()367 mImsServiceConnection = null; in unbindMockModemService()
283 private ImsServiceConnection mImsServiceConnection; field in ImsServiceController429 mImsServiceConnection = new ImsServiceConnection(); in bind()436 mImsServiceConnection, serviceFlags); in bind()723 if (mImsServiceConnection != null) { in unbindService()726 mContext.unbindService(mImsServiceConnection); in unbindService()727 mImsServiceConnection = null; in unbindService()