Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/util/
DLocationUtils.java54 public static synchronized Address getCurrentAddress(Context context) in getCurrentAddress() method in LocationUtils
78 Address address = getCurrentAddress(context); in getCurrentPostalCode()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DLocationFragment.java156 Address address = LocationUtils.getCurrentAddress(getActivity()); in onRequestPermissionsResult()