Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/scvhapp/src/android/server/wm/scvh/
DCrossProcessSurfaceControlViewHostTestService.java84 SurfaceControlViewHost.SurfacePackage createSurfacePackage(IBinder hostInputToken) { in createSurfacePackage() argument
87 hostInputToken); in createSurfacePackage()
114 public SurfaceControlViewHost.SurfacePackage getSurfacePackage(IBinder hostInputToken) { in getSurfacePackage() argument
117 createSurfacePackage(hostInputToken); in getSurfacePackage()
DICrossProcessSurfaceControlViewHostTestService.aidl24 SurfacePackage getSurfacePackage(IBinder hostInputToken); in getSurfacePackage() argument
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSimpleKeyguardService.java47 public SurfaceControlViewHost.SurfacePackage onCreateKeyguardSurface(IBinder hostInputToken) { in onCreateKeyguardSurface() argument
55 SurfaceControlViewHost wvr = new SurfaceControlViewHost(context, display, hostInputToken); in onCreateKeyguardSurface()