(int event)
| 34 | |
| 35 | locationManager.addGpsStatusListener(new GpsStatus.Listener() { |
| 36 | @Override |
| 37 | public void onGpsStatusChanged(int event) { |
| 38 | |
| 39 | } |
| 40 | }); |
| 41 | bestP = locationManager.getBestProvider(getCri(), true); |
| 42 | String finalBestP = bestP; |
nothing calls this directly
no outgoing calls
no test coverage detected