Searched refs:jsonLicenseRequest (Results 1 – 3 of 3) sorted by relevance
68 String jsonLicenseRequest = new String(keyRequestBlob); in getKeyIds() local72 JSONObject license = new JSONObject(jsonLicenseRequest); in getKeyIds()78 Log.e(LOG_TAG, "Invalid JSON license = " + jsonLicenseRequest); in getKeyIds()
961 String jsonLicenseRequest = new String(keyRequestBlob); in getKeyIds() local965 JSONObject license = new JSONObject(jsonLicenseRequest); in getKeyIds()973 Log.e(TAG, "Invalid JSON license = " + jsonLicenseRequest); in getKeyIds()
176 String jsonLicenseRequest = new String(keyRequestBlob); in getKeyIds()180 JSONObject license = new JSONObject(jsonLicenseRequest); in getKeyIds()186 Log.e(TAG, "Invalid JSON license = " + jsonLicenseRequest); in getKeyIds()