Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/util/
DLocationUtils.java48 private static Context sApplicationContext; field in LocationUtils
62 if (sApplicationContext == null) { in getCurrentAddress()
63 sApplicationContext = context.getApplicationContext(); in getCurrentAddress()
148 Geocoder geocoder = new Geocoder(sApplicationContext, Locale.getDefault()); in updateAddress()
156 PostalCodeUtils.updatePostalCode(sApplicationContext); in updateAddress()
207 sApplicationContext.getSystemService(Context.LOCATION_SERVICE); in startLocationUpdates()