Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DSession.cpp46 String8 responseString( in provideKeyResponse()
52 if (parser.extractKeysFromJsonWebKeySet(responseString, &keys)) { in provideKeyResponse()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DSession.cpp52 std::string responseString( in provideKeyResponse()
58 if (parser.extractKeysFromJsonWebKeySet(responseString, &keys)) { in provideKeyResponse()
DDrmPlugin.cpp360 std::string responseString( in provideKeyResponse()
367 bool isOfflineLicense = responseString.find(kOfflineLicense) != std::string::npos; in provideKeyResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java264 responseString(responseInfo, imsi); in getIMSIForAppResponse()
896 responseString(responseInfo, version); in getBasebandVersionResponse()
1010 responseString(responseInfo, commandResponse); in sendEnvelopeResponse()
1320 responseString(responseInfo, smsc); in getSmscAddressResponse()
1533 responseString(responseInfo, result); in nvReadItemResponse()
2362 private void responseString(RadioResponseInfo responseInfo, String str) { in responseString() method in RadioResponse