After launching listener by the following code is working fine.
LocationManager locationManager =(LocationManager) getSystemService(Context.LOCATION_SERVICE)
You have to pass the instance to your GPSLocationListener go the removeGpsStatusListener method and not the class name.
GPSLocationListener
removeGpsStatusListener