Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpResponse.java92 public String toShortDebugString() { in toShortDebugString() method in HttpResponse
DHttpClient.java87 Log.d(TAG, "HttpClient.response : " + response.toShortDebugString()); in request()