Searched refs:synchronizer (Results 1 – 3 of 3) sorted by relevance
700 final PermissionToOpSynchroniser synchronizer = new PermissionToOpSynchroniser( in synchronizePermissionsAndAppOpsForUser() local704 (pkg) -> synchronizer.addPackage(pkg.getPackageName())); in synchronizePermissionsAndAppOpsForUser()707 synchronizer.syncPackages(); in synchronizePermissionsAndAppOpsForUser()
907 @Nullable SurfaceSynchronizer synchronizer, in BubbleStackView() argument948 mSurfaceSynchronizer = synchronizer != null ? synchronizer : DEFAULT_SURFACE_SYNCHRONIZER; in BubbleStackView()
286 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController() argument328 mSurfaceSynchronizer = synchronizer; in BubbleController()