Home
last modified time | relevance | path

Searched refs:mSurfacePackage (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DFakeRequestSurfacePackageCallback.java35 private SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in FakeRequestSurfacePackageCallback
47 mSurfacePackage = in onResult()
67 return mSurfacePackage; in getSurfacePackage()
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/sdksandbox/
DSdkSandboxTest.java360 assertThat(callback.mSurfacePackage).isNotNull(); in testRequestSurfacePackage()
392 mExpect.that(callback.mSurfacePackage).isNull(); in testSurfacePackageError()
625 mExpect.that(callback.mSurfacePackage).isNotNull(); in testLatencyMetrics_requestSurfacePackage_success()
781 private SurfaceControlViewHost.SurfacePackage mSurfacePackage; field in SdkSandboxTest.RequestSurfacePackageCallbackImpl
800 mSurfacePackage = surfacePackage; in onSurfacePackageReady()