(Location location)
| 66 | } |
| 67 | |
| 68 | public static void setLocation(Location location) { |
| 69 | LocationUtils.location = location; |
| 70 | } |
| 71 | |
| 72 | LocationListener locationListener = new LocationListener() { |
| 73 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected