Searched refs:setContent (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DMediaDump.java46 videoDumpTab.setContent(videoDumpIntent);
55 rgbPlayerTab.setContent(rgbPlayerIntent);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadTabActivity.java39 ts.setContent(tabIntent);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp79 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
100 llvm::cast<GOTEntry>(*gotplt_it).setContent(pPLTBase);
H A DX86PLT.cpp201 plt0->setContent(data);
254 plt1->setContent(data);
271 llvm::cast<GOTEntry>(*gotplt_it).setContent(PLTEntryAddress + 6);
H A DX86RelocationFactory.cpp129 got_entry.setContent(pReloc.symValue());
138 got_entry.setContent(pReloc.symValue());
143 got_entry.setContent(0);
H A DX86GOT.cpp98 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h41 void setContent(uint64_t pValue) function in class:mcld::GOTEntry
H A DPLT.h35 void setContent(unsigned char* pContent) function in class:mcld::PLTEntry
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java33 .setContent(n.contentView)
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp114 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
123 llvm::cast<GOTEntry>(*begin).setContent(pPLTBase);
H A DARMPLT.cpp175 plt0->setContent(reinterpret_cast<unsigned char*>(data));
217 plt1->setContent(reinterpret_cast<unsigned char*>(Out));
H A DARMRelocationFactory.cpp171 got_entry.setContent(pReloc.symValue());
182 got_entry.setContent(pReloc.symValue());
188 got_entry.setContent(0);
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java393 entity.setContent(new ChunkedInputStream(inbuffer));
397 entity.setContent(new IdentityInputStream(inbuffer));
401 entity.setContent(new ContentLengthInputStream(inbuffer, len));
/frameworks/base/core/java/android/widget/
H A DTabHost.java171 * If you are using {@link TabSpec#setContent(android.content.Intent)}, this
472 public TabSpec setContent(int viewId) { method in class:TabHost.TabSpec
481 public TabSpec setContent(TabContentFactory contentFactory) { method in class:TabHost.TabSpec
489 public TabSpec setContent(Intent intent) { method in class:TabHost.TabSpec
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java299 request.setContent(sessionDescription,
316 request.setContent(sessionDescription,
384 response.setContent(sessionDescription,
472 request.setContent(content,
/frameworks/support/volley/src/com/android/volley/toolbox/
H A DHurlStack.java125 entity.setContent(inputStream);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp159 got_entry.setContent(pReloc.symValue());
323 got_entry.setContent(res);
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java194 public Builder setContent(RemoteViews views) { method in class:NotificationCompat.Builder
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1231 .setContent(new TabHost.TabContentFactory() {
1252 tabHost.addTab(tabHost.newTabSpec(tabSpec).setIndicator(name).setContent(id));
/frameworks/base/core/java/android/app/
H A DNotification.java1105 public Builder setContent(RemoteViews views) { method in class:Notification.Builder
1114 * have specified a custom RemoteViews with {@link #setContent(RemoteViews)}, you can use

Completed in 478 milliseconds