MCPcopy Create free account
hub / github.com/ZTFtrue/My-note / onGpsStatusChanged

Method onGpsStatusChanged

android/AndroidGPS.java:36–39  ·  view source on GitHub ↗
(int event)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected