Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java1132 public PrintDocumentAdapter createPrintDocumentAdapter() { in createPrintDocumentAdapter() method in WebView
1134 return mProvider.createPrintDocumentAdapter("default"); in createPrintDocumentAdapter()
1151 public PrintDocumentAdapter createPrintDocumentAdapter(@NonNull String documentName) { in createPrintDocumentAdapter() method in WebView
1153 return mProvider.createPrintDocumentAdapter(documentName); in createPrintDocumentAdapter()
H A DWebViewProvider.java182 public PrintDocumentAdapter createPrintDocumentAdapter(String documentName); in createPrintDocumentAdapter() method
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt17696 method public android.print.PrintDocumentAdapter createPrintDocumentAdapter(String);
H A Dcurrent.txt57547 method @Deprecated public android.print.PrintDocumentAdapter createPrintDocumentAdapter();
57548 …method @NonNull public android.print.PrintDocumentAdapter createPrintDocumentAdapter(@NonNull Stri…