Searched refs:mediaProjectionBinder (Results 1 – 1 of 1) sorted by relevance
254 val mediaProjectionBinder = intent.getIBinderExtra(EXTRA_MEDIA_PROJECTION) in returnSelectedApp() constant255 val projection = IMediaProjection.Stub.asInterface(mediaProjectionBinder) in returnSelectedApp()