Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebView.java1354 public PrintDocumentAdapter createPrintDocumentAdapter() { in createPrintDocumentAdapter() method in WebView
1356 return mProvider.createPrintDocumentAdapter("default"); in createPrintDocumentAdapter()
1372 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName) { in createPrintDocumentAdapter() method in WebView
1374 return mProvider.createPrintDocumentAdapter(documentName); in createPrintDocumentAdapter()
DWebViewProvider.java170 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName); in createPrintDocumentAdapter() method
/frameworks/base/api/
Dsystem-current.txt6472 …method public abstract android.print.PrintDocumentAdapter createPrintDocumentAdapter(java.lang.Str…
Dcurrent.txt51317 method public deprecated android.print.PrintDocumentAdapter createPrintDocumentAdapter();
51318 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(java.lang.String);
/frameworks/base/config/
Dhiddenapi-public-dex.txt52706 Landroid/webkit/WebView;->createPrintDocumentAdapter()Landroid/print/PrintDocumentAdapter;
52707 Landroid/webkit/WebView;->createPrintDocumentAdapter(Ljava/lang/String;)Landroid/print/PrintDocumen…
53034 Landroid/webkit/WebViewProvider;->createPrintDocumentAdapter(Ljava/lang/String;)Landroid/print/Prin…
Dboot-image-profile.txt35784 HSPLandroid/webkit/WebViewProvider;->createPrintDocumentAdapter(Ljava/lang/String;)Landroid/print/P…
/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);