(@NonNull Location location)
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected