Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/http/multipart/
DStringPart.java118 private byte[] getContent() { in getContent() method in StringPart
133 out.write(getContent()); in sendData()
144 return getContent().length; in lengthOfData()
DMultipartEntity.java221 public InputStream getContent() throws IOException, IllegalStateException { in getContent() method in MultipartEntity
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardWidgetFrame.java256 View widget = getContent(); in enableHardwareLayersForContent()
268 View widget = getContent(); in disableHardwareLayersForContent()
274 public View getContent() { in getContent() method in KeyguardWidgetFrame
279 View content = getContent(); in getContentAppWidgetId()
317 View content = getContent(); in setContentAlpha()
330 View widget = getContent(); in setWidgetHeight()
464 View content = getContent(); in performAppWidgetSizeCallbacksIfNecessary()
/frameworks/base/media/lib/signer/java/com/android/mediadrm/signer/
DMediaDrmSigner.java83 public byte[] getContent() { in getContent() method in MediaDrmSigner.Certificate
84 return mCertificate.getContent(); in getContent()
/frameworks/av/include/media/stagefright/foundation/
DParsedMessage.h33 const char *getContent() const;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMToTHMStub.h43 const uint8_t* getContent() const;
DARMToARMStub.h43 const uint8_t* getContent() const;
DTHMToTHMStub.h42 const uint8_t* getContent() const;
DTHMToARMStub.h42 const uint8_t* getContent() const;
DARMToARMStub.cpp97 const uint8_t* ARMToARMStub::getContent() const in getContent() function in ARMToARMStub
DARMToTHMStub.cpp105 const uint8_t* ARMToTHMStub::getContent() const in getContent() function in ARMToTHMStub
DTHMToTHMStub.cpp114 const uint8_t* THMToTHMStub::getContent() const in getContent() function in THMToTHMStub
DTHMToARMStub.cpp117 const uint8_t* THMToARMStub::getContent() const in getContent() function in THMToARMStub
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.h38 const uint8_t* getContent() const;
DMipsLA25Stub.cpp88 const uint8_t* MipsLA25Stub::getContent() const in getContent() function in mcld::MipsLA25Stub
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonAbsoluteStub.h43 const uint8_t* getContent() const;
DHexagonAbsoluteStub.cpp100 const uint8_t* HexagonAbsoluteStub::getContent() const in getContent() function in HexagonAbsoluteStub
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h77 virtual const uint8_t* getContent() const = 0;
/frameworks/base/core/tests/coretests/src/android/net/http/
DDefaultHttpClientTest.java90 Reader reader = new InputStreamReader(response.getEntity().getContent()); in contentToString()
/frameworks/compile/mclinker/lib/Fragment/
DFragmentRef.cpp147 std::memcpy(pDest, stub_frag->getContent() + total_offset, pNBytes); in memcpy()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java146 res.getEntity().getContent().close(); in postFileToServer()
/frameworks/base/services/core/java/com/android/server/location/
DGpsXtraDownloader.java155 DataInputStream dis = new DataInputStream(entity.getContent()); in doDownload()
/frameworks/av/media/libstagefright/foundation/
DParsedMessage.cpp81 const char *ParsedMessage::getContent() const { in getContent() function in android::ParsedMessage
/frameworks/base/keystore/java/android/security/
DCredentials.java153 Certificate c = cf.generateCertificate(new ByteArrayInputStream(o.getContent())); in convertFromPem()
/frameworks/volley/src/com/android/volley/toolbox/
DBasicNetwork.java215 InputStream in = entity.getContent(); in entityToBytes()

12