Searched refs:getContent (Results 1 - 25 of 35) sorted by relevance

12

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

Completed in 466 milliseconds

12