HomeSort by relevance Sort by last modified time
    Searched full:mcontentlocation (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java 64 private final String mContentLocation;
83 mId = mContentLocation = getContentLocation(context, mUri);
85 Log.v(TAG, "X-Mms-Content-Location: " + mContentLocation);
134 byte[] resp = getPdu(mContentLocation);
160 updateContentLocation(mContext, msgUri, mContentLocation, mLocked);
231 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
NotificationTransaction.java 76 private String mContentLocation;
94 mContentLocation = new String(mNotificationInd.getContentLocation());
153 Log.v(TAG, "Content-Location: " + mContentLocation);
160 retrieveConfData = getPdu(mContentLocation);
232 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
  /frameworks/base/media/libdrm/mobile2/src/dcf/
DrmDcfContainer.cpp 171 return mContentLocation;
268 mContentLocation = mTextualHeaders[i]->getValue();
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmDcfContainer.h 197 string mContentLocation;

Completed in 314 milliseconds