Searched refs:mSatelliteGatewayServiceConnection (Results 1 – 1 of 1) sorted by relevance
118 @Nullable private SatelliteGatewayServiceConnection mSatelliteGatewayServiceConnection; field in SatelliteSessionController227 if (mSatelliteGatewayServiceConnection != null) { in SatelliteSessionController()391 if (mSatelliteGatewayServiceConnection != null) { in setSatelliteGatewayServicePackageName()1040 mSatelliteGatewayServiceConnection = new SatelliteGatewayServiceConnection(); in bindService()1043 intent, mSatelliteGatewayServiceConnection, Context.BIND_AUTO_CREATE); in bindService()1072 if (mSatelliteGatewayServiceConnection != null) { in unbindService()1073 mContext.unbindService(mSatelliteGatewayServiceConnection); in unbindService()1074 mSatelliteGatewayServiceConnection = null; in unbindService()