Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java195 public static String getRequestAsString(Context context, String urlString) in getRequestAsString() method in HttpFetcher
197 return getRequestAsString(context, urlString, "GET" /* Default to get. */, null); in getRequestAsString()
209 public static String getRequestAsString( in getRequestAsString() method in HttpFetcher
DReverseGeocodeTask.java64 String jsonResponse = HttpFetcher.getRequestAsString(ui.getContext(), url); in doInBackground()