Home
last modified time | relevance | path

Searched refs:documentAdapter (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/print/
DPrintManager.java512 @NonNull PrintDocumentAdapter documentAdapter, in print() argument
524 if (documentAdapter == null) { in print()
528 (Activity) mContext, documentAdapter); in print()
829 PrintDocumentAdapter documentAdapter) { in PrintDocumentAdapterDelegate() argument
837 mDocumentAdapter = documentAdapter; in PrintDocumentAdapterDelegate()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java328 private void onConnectedToPrintSpooler(final IBinder documentAdapter) { in onConnectedToPrintSpooler() argument
335 (new Handler(getMainLooper())).post(() -> onPrinterRegistryReady(documentAdapter)); in onConnectedToPrintSpooler()
339 private void onPrinterRegistryReady(IBinder documentAdapter) { in onPrinterRegistryReady() argument
357 IPrintDocumentAdapter.Stub.asInterface(documentAdapter), in onPrinterRegistryReady()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...