Home
last modified time | relevance | path

Searched refs:sApplicationContext (Results 1 – 3 of 3) 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()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationApplication.java31 @NonNull private static Context sApplicationContext; field in OnDevicePersonalizationApplication
39 sApplicationContext = getApplicationContext(); in onCreate()
43 return sApplicationContext; in getAppContext()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/
DDeviceLockControllerApplication.java66 private static Context sApplicationContext; field in DeviceLockControllerApplication
89 sApplicationContext = getApplicationContext(); in onCreate()
134 return sApplicationContext; in getAppContext()