Searched refs:sApplicationContext (Results 1 – 3 of 3) 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()
31 @NonNull private static Context sApplicationContext; field in OnDevicePersonalizationApplication39 sApplicationContext = getApplicationContext(); in onCreate()43 return sApplicationContext; in getAppContext()
66 private static Context sApplicationContext; field in DeviceLockControllerApplication89 sApplicationContext = getApplicationContext(); in onCreate()134 return sApplicationContext; in getAppContext()