Home
last modified time | relevance | path

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

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