Home
last modified time | relevance | path

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

/cts/tests/PhotoPicker/src/android/photopicker/cts/cloudproviders/
DCloudProviderPrimary.java52 private static CloudMediaSurfaceControllerImpl sSurfaceControllerImpl = null; field in CloudProviderPrimary
107 sSurfaceControllerImpl = in onCreateCloudMediaSurfaceController()
109 return sSurfaceControllerImpl; in onCreateCloudMediaSurfaceController()
121 if (sSurfaceControllerImpl == null) { in setPlaybackState()
125 sSurfaceControllerImpl.sendPlaybackEvent(surfaceId, state); in setPlaybackState()