Searched defs:getContent (Results 1 - 13 of 13) sorted by relevance

/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/compile/mclinker/lib/Target/ARM/
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.cpp100 const uint8_t* HexagonAbsoluteStub::getContent() const function in class:HexagonAbsoluteStub
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp88 const uint8_t* MipsLA25Stub::getContent() const function in class:mcld::MipsLA25Stub
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp81 const char *ParsedMessage::getContent() const { function in class:android::ParsedMessage
/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/base/core/java/android/widget/
H A DSlidingDrawer.java928 public View getContent() { method in class:SlidingDrawer
/frameworks/base/media/java/android/media/
H A DMediaDrm.java843 public byte[] getContent() { return mCertificateData; } method in class:MediaDrm.Certificate

Completed in 678 milliseconds