Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/scvhapp/src/android/server/wm/scvh/
DCrossProcessSurfaceControlViewHostTestService.java30 import android.server.wm.shared.ICrossProcessSurfaceControlViewHostTestService;
43 private final ICrossProcessSurfaceControlViewHostTestService mBinder = new ServiceImpl();
115 private class ServiceImpl extends ICrossProcessSurfaceControlViewHostTestService.Stub {
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DICrossProcessSurfaceControlViewHostTestService.aidl22 interface ICrossProcessSurfaceControlViewHostTestService { interface
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceControlViewHostTests.java63 import android.server.wm.shared.ICrossProcessSurfaceControlViewHostTestService;
131 FutureConnection<ICrossProcessSurfaceControlViewHostTestService>> mConnections =
133 private ICrossProcessSurfaceControlViewHostTestService mTestService = null;
197 for (FutureConnection<ICrossProcessSurfaceControlViewHostTestService> connection : in tearDown()
1166 private ICrossProcessSurfaceControlViewHostTestService getService() throws Exception { in getService()
1174 private FutureConnection<ICrossProcessSurfaceControlViewHostTestService> connect( in connect()
1176 FutureConnection<ICrossProcessSurfaceControlViewHostTestService> connection = in connect()
1178 ICrossProcessSurfaceControlViewHostTestService.Stub::asInterface); in connect()