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

Method onLocationChanged

android/AndroidGPS.java:73–76  ·  view source on GitHub ↗
(@NonNull Location location)

Source from the content-addressed store, hash-verified

71
72 LocationListener locationListener = new LocationListener() {
73 @Override
74 public void onLocationChanged(@NonNull Location location) {
75 LocationUtils.location = location;
76 }
77 };
78
79 private static Criteria getCri() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected