Searched defs:isGpsAvailable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java1116 boolean isGpsAvailable = false; field in class:LocationManagerService.ProximityListener
1123 isGpsAvailable = true;
1125 if (isGpsAvailable && loc.getProvider().equals(LocationManager.NETWORK_PROVIDER)) {
1220 isGpsAvailable = false;
1233 isGpsAvailable = false;

Completed in 37 milliseconds