Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DDrmConvertSession.java32 private DrmManagerClient mDrmClient; field in DrmConvertSession
37 mDrmClient = drmClient; in DrmConvertSession()
93 convertedStatus = mDrmClient.convertData(mConvertSessionId, buf); in convert()
95 convertedStatus = mDrmClient.convertData(mConvertSessionId, inBuffer); in convert()
129 if (mDrmClient != null && mConvertSessionId >= 0) { in close()
131 convertedStatus = mDrmClient.closeConvertSession(mConvertSessionId); in close()