Home
last modified time | relevance | path

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

/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/odsa/
DOdsaResponse.java39 public abstract URL generalErrorUrl(); in generalErrorUrl() method in OdsaResponse
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DTs43Operation.java1107 String generalErrorUrl = in processGeneralResult() local
1111 if (!TextUtils.isEmpty(generalErrorUrl)) { in processGeneralResult()
1112 builder.setGeneralErrorUrl(new URL(generalErrorUrl)); in processGeneralResult()