Home
last modified time | relevance | path

Searched refs:createPrintDocumentAdapter (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebView.java1116 public PrintDocumentAdapter createPrintDocumentAdapter() { in createPrintDocumentAdapter() method in WebView
1118 return mProvider.createPrintDocumentAdapter("default"); in createPrintDocumentAdapter()
1134 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName) { in createPrintDocumentAdapter() method in WebView
1136 return mProvider.createPrintDocumentAdapter(documentName); in createPrintDocumentAdapter()
DWebViewProvider.java171 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName); in createPrintDocumentAdapter() method
/frameworks/base/api/
Dsystem-current.txt10726 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(String);
Dcurrent.txt56045 method @Deprecated public android.print.PrintDocumentAdapter createPrintDocumentAdapter();
56046 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(String);
/frameworks/base/non-updatable-api/
Dsystem-current.txt10624 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(String);
Dcurrent.txt55901 method @Deprecated public android.print.PrintDocumentAdapter createPrintDocumentAdapter();
55902 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36435 method public deprecated android.print.PrintDocumentAdapter createPrintDocumentAdapter();
36436 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(java.lang.String);