Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java440 String listUrl = mContext.getString(R.string.key_revocation_list_url); in verifyAndPrepare() local
441 mKeyRevocationList = KeyRevocationList.fromUrl(new URL(listUrl)); in verifyAndPrepare()