Searched refs:mConfigServiceConnection (Results 1 – 1 of 1) sorted by relevance
75 private ServiceConnection mConfigServiceConnection; field in MockModem200 mConfigServiceConnection = new MockModemConnection(RADIOCONFIG_SERVICE); in bindToMockModemService()203 bindModuleToMockModemService(BIND_IRADIOCONFIG, mConfigServiceConnection); in bindToMockModemService()206 mConfigServiceConnection = null; in bindToMockModemService()316 if (mConfigServiceConnection != null) { in unbindMockModemService()317 mContext.unbindService(mConfigServiceConnection); in unbindMockModemService()318 mConfigServiceConnection = null; in unbindMockModemService()