Searched refs:sApplicationContext (Results 1 – 1 of 1) sorted by relevance
48 private static Context sApplicationContext; field in LocationUtils62 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()