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

123

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DWebContent.java46 public String getContent() { method in class:WebContent
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/
H A DBlobEntityDao.java36 byte[] getContent(long id); method in interface:BlobEntityDao
/frameworks/base/core/tests/packagemanagertests/src/android/content/pm/
H A DKernelPackageMappingTests.java74 private static String getContent(File file) { method in class:KernelPackageMappingTests
85 assertEquals("1000", getContent(getKernelPackageFile("com.android.settings", "appid")));
90 assertEquals("", getContent(getKernelPackageFile("com.android.settings",
98 getContent(
/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/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DParsedMessage.h33 const char *getContent() const;
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DParsedMessage.h33 const char *getContent() const;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53ErratumStub.h46 const uint8_t* getContent() const;
H A DAArch64LongBranchStub.h40 const uint8_t* getContent() const;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.h40 const uint8_t* getContent() const;
H A DARMToTHMStub.h40 const uint8_t* getContent() const;
H A DTHMToARMStub.h39 const uint8_t* getContent() const;
H A DTHMToTHMStub.h39 const uint8_t* getContent() const;
H A DARMToARMStub.cpp92 const uint8_t* ARMToARMStub::getContent() const { function in class:mcld::ARMToARMStub
H A DARMToTHMStub.cpp100 const uint8_t* ARMToTHMStub::getContent() const { function in class:mcld::ARMToTHMStub
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.h40 const uint8_t* getContent() const;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.h36 const uint8_t* getContent() const;
H A DMipsLA25Stub.cpp74 const uint8_t* MipsLA25Stub::getContent() const { function in class:mcld::MipsLA25Stub
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DCardPresenter.java119 if (!TextUtils.isEmpty(photoItem.getContent())) {
120 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
139 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
H A DSearchFragment.java79 if (oldItem.getContent() != null && newItem.getContent() != null
80 && !oldItem.getContent().equals(newItem.getContent())) {
81 diff.putString(CONTENT, newItem.getContent());
H A DSearchSupportFragment.java82 if (oldItem.getContent() != null && newItem.getContent() != null
83 && !oldItem.getContent().equals(newItem.getContent())) {
84 diff.putString(CONTENT, newItem.getContent());
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DCardPresenter.java119 if (!TextUtils.isEmpty(photoItem.getContent())) {
120 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
139 ((ImageCardView) viewHolder.view).setContentText(photoItem.getContent());
H A DSearchFragment.java79 if (oldItem.getContent() != null && newItem.getContent() != null
80 && !oldItem.getContent().equals(newItem.getContent())) {
81 diff.putString(CONTENT, newItem.getContent());
H A DSearchSupportFragment.java82 if (oldItem.getContent() != null && newItem.getContent() != null
83 && !oldItem.getContent().equals(newItem.getContent())) {
84 diff.putString(CONTENT, newItem.getContent());
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DPhotoItem.java44 public String getContent() { method in class:PhotoItem

Completed in 335 milliseconds

123