HomeSort by relevance Sort by last modified time
    Searched refs:contentLocation (Results 1 - 15 of 15) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
53 if(null != contentLocation) {
54 String clc = new String(contentLocation);
168 public PduPart getPartByContentLocation(String contentLocation) {
169 return mPartMapByContentLocation.get(contentLocation);
PduPart.java 252 * @param contentLocation the value
255 public void setContentLocation(byte[] contentLocation) {
256 if(contentLocation == null) {
260 mPartHeader.put(P_CONTENT_LOCATION, contentLocation);
PduComposer.java 972 byte[] contentLocation = part.getContentLocation();
973 if (null != contentLocation) {
975 appendTextString(contentLocation);
    [all...]
PduParser.java     [all...]
PduPersister.java 397 byte[] contentLocation = getByteArrayFromPartColumn(
399 if (contentLocation != null) {
400 part.setContentLocation(contentLocation);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 109 byte [] contentLocation = nInd.getContentLocation();
110 if ('=' == contentLocation[contentLocation.length - 1]) {
112 byte [] contentLocationWithId = new byte [contentLocation.length
114 System.arraycopy(contentLocation, 0, contentLocationWithId,
115 0, contentLocation.length);
117 contentLocation.length, transactionId.length);
RetrieveTransaction.java 293 String contentLocation,
296 values.put(Mms.CONTENT_LOCATION, contentLocation);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 354 final byte [] contentLocation = nInd.getContentLocation();
355 if ('=' == contentLocation[contentLocation.length - 1]) {
357 byte [] contentLocationWithId = new byte [contentLocation.length
359 System.arraycopy(contentLocation, 0, contentLocationWithId,
360 0, contentLocation.length);
362 contentLocation.length, transactionId.length);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 75 String contentDisposition, String contentLocation, String mimeType, int destination)
93 name = chooseFilename(url, hint, contentDisposition, contentLocation);
144 String contentLocation) {
175 if (filename == null && contentLocation != null) {
176 String decodedContentLocation = Uri.decode(contentLocation);
DownloadThread.java 714 final String contentLocation = conn.getHeaderField("Content-Location");
718 mInfo.mHint, contentDisposition, contentLocation, mInfoDelta.mMimeType,
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 292 final int[] contentLocation = {0, 0};
293 mContentView.getLocationOnScreen(contentLocation);
295 final float x = motionEvent.getRawX() - contentLocation[0];
296 final float y = motionEvent.getRawY() - contentLocation[1];
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 67 String contentLocation() const { return m_contentLocation; }
363 KURL location = KURL(KURL(), mimeHeader.contentLocation());
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 411 String contentLocation = values.getAsString("cl");
412 if (!TextUtils.isEmpty(contentLocation)) {
413 File f = new File(contentLocation);
414 contentLocation = "_" + f.getName();
416 contentLocation = "";
422 + "/PART_" + System.currentTimeMillis() + contentLocation;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 769 milliseconds