Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/util/
DPostalCodeUtils.java65 String postalCode = LocationUtils.getCurrentPostalCode(context); in updatePostalCode()
DLocationUtils.java77 static String getCurrentPostalCode(Context context) throws IOException { in getCurrentPostalCode() method in LocationUtils