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

Method setLocation

android/AndroidGPS.java:68–70  ·  view source on GitHub ↗
(Location location)

Source from the content-addressed store, hash-verified

66 }
67
68 public static void setLocation(Location location) {
69 LocationUtils.location = location;
70 }
71
72 LocationListener locationListener = new LocationListener() {
73 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected