Home
last modified time | relevance | path

Searched refs:sLocationManager (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/util/
DLocationUtils.java201 private static LocationManager sLocationManager; field in LocationUtils.LocationUtilsHelper
204 if (sLocationManager == null) { in startLocationUpdates()
205 sLocationManager = in startLocationUpdates()
209 sLocationManager.requestLocationUpdates( in startLocationUpdates()
213 sLocationManager = null; in startLocationUpdates()