Home
last modified time | relevance | path

Searched defs:contents (Results 1 – 4 of 4) sorted by relevance

/development/tools/idegen/src/
DFiles.java43 static void toFile(String contents, File file) throws IOException { in toFile()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java158 final DemoPresentationContents contents = in onResume() local
199 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation()
263 DemoPresentationContents contents = new DemoPresentationContents(getNextPhoto()); in onCheckedChanged() local
388 DemoPresentationContents contents = presentation != null ? in getView() local
472 DemoPresentationContents contents) { in DemoPresentation()
/development/apps/Development/src/com/android/development/
DDetails.java88 TextView contents = makeView(cd.value, false, 12); in addDataViews() local
/development/scripts/
Dnative_heapdump_viewer_tests.py28 def CreateTmpFile(self, contents): argument