Searched refs:IPdfEditor (Results 1 – 4 of 4) sorted by relevance
26 interface IPdfEditor { interface
214 private final class PdfEditorImpl extends IPdfEditor.Stub {
23 "src/com/android/printspooler/renderer/IPdfEditor.aidl",
97 import com.android.printspooler.renderer.IPdfEditor;3157 final IPdfEditor editor = IPdfEditor.Stub.asInterface(service); in onServiceConnected()3190 private void doTransform(IPdfEditor editor) throws IOException, RemoteException { in doTransform()