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 110 byte [] contentLocation = nInd.getContentLocation();
111 if ('=' == contentLocation[contentLocation.length - 1]) {
113 byte [] contentLocationWithId = new byte [contentLocation.length
115 System.arraycopy(contentLocation, 0, contentLocationWithId,
116 0, contentLocation.length);
118 contentLocation.length, transactionId.length);
RetrieveTransaction.java 294 String contentLocation,
297 values.put(Mms.CONTENT_LOCATION, contentLocation);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 360 final byte [] contentLocation = nInd.getContentLocation();
361 if ('=' == contentLocation[contentLocation.length - 1]) {
363 byte [] contentLocationWithId = new byte [contentLocation.length
365 System.arraycopy(contentLocation, 0, contentLocationWithId,
366 0, contentLocation.length);
368 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 735 final String contentLocation = conn.getHeaderField("Content-Location");
739 mInfo.mHint, contentDisposition, contentLocation, mInfoDelta.mMimeType,
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 297 final int[] contentLocation = {0, 0};
298 mContentView.getLocationOnScreen(contentLocation);
300 final float x = motionEvent.getRawX() - contentLocation[0];
301 final float y = motionEvent.getRawY() - contentLocation[1];
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 73 String contentLocation() const { return m_contentLocation; }
371 KURL location = KURL(KURL(), mimeHeader.contentLocation());
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 422 String contentLocation = values.getAsString("cl");
423 if (!TextUtils.isEmpty(contentLocation)) {
424 File f = new File(contentLocation);
425 contentLocation = "_" + f.getName();
427 contentLocation = "";
433 + "/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 346 milliseconds