Searched refs:IAttachEmbeddedWindow (Results 1 – 8 of 8) sorted by relevance
34 import android.view.cts.util.aidl.IAttachEmbeddedWindow;45 private IAttachEmbeddedWindow mIAttachEmbeddedWindow;102 mIAttachEmbeddedWindow = IAttachEmbeddedWindow.Stub.asInterface(service);172 public IAttachEmbeddedWindow getAttachedEmbeddedWindow() { in getAttachedEmbeddedWindow()
40 import android.view.cts.util.aidl.IAttachEmbeddedWindow;59 private IAttachEmbeddedWindow mIAttachEmbeddedWindow;
57 import android.view.cts.util.aidl.IAttachEmbeddedWindow;123 private class AttachEmbeddedWindow extends IAttachEmbeddedWindow.Stub {
32 import android.view.cts.util.aidl.IAttachEmbeddedWindow;63 public Pair<SurfaceControlViewHost.SurfacePackage, IAttachEmbeddedWindow> setupEmbeddedSCVH() { in setupEmbeddedSCVH()
63 import android.view.cts.util.aidl.IAttachEmbeddedWindow;176 IAttachEmbeddedWindow[] attachEmbeddedWindow = new IAttachEmbeddedWindow[1]; in testRemoteSurfaceControlReceivesInput()181 attachEmbeddedWindow[0] = IAttachEmbeddedWindow.Stub.asInterface(service); in testRemoteSurfaceControlReceivesInput()191 intent.setAction(IAttachEmbeddedWindow.class.getName()); in testRemoteSurfaceControlReceivesInput()658 private IAttachEmbeddedWindow mIAttachEmbeddedWindow;697 mIAttachEmbeddedWindow = IAttachEmbeddedWindow.Stub.asInterface(service); in setup()707 intent.setAction(IAttachEmbeddedWindow.class.getName()); in setup()
41 import android.view.cts.util.aidl.IAttachEmbeddedWindow;95 IAttachEmbeddedWindow iAttachEmbeddedWindow = data.second; in testProcessCrash()
66 import android.view.cts.util.aidl.IAttachEmbeddedWindow;461 private IAttachEmbeddedWindow mIAttachEmbeddedWindow;483 mIAttachEmbeddedWindow = IAttachEmbeddedWindow.Stub.asInterface(service); in setup()493 intent.setAction(IAttachEmbeddedWindow.class.getName()); in setup()
26 interface IAttachEmbeddedWindow { interface