Searched refs:synchronizer (Results 1 – 3 of 3) sorted by relevance
490 final PermissionToOpSynchroniser synchronizer = new PermissionToOpSynchroniser( in synchronizePermissionsAndAppOpsForUser() local493 (pkg) -> synchronizer.addPackage(pkg.getPackageName())); in synchronizePermissionsAndAppOpsForUser()494 synchronizer.syncPackages(); in synchronizePermissionsAndAppOpsForUser()
343 @Nullable BubbleStackView.SurfaceSynchronizer synchronizer, in BubbleController() argument438 mSurfaceSynchronizer = synchronizer; in BubbleController()
773 @Nullable SurfaceSynchronizer synchronizer, in BubbleStackView() argument822 mSurfaceSynchronizer = synchronizer != null ? synchronizer : DEFAULT_SURFACE_SYNCHRONIZER; in BubbleStackView()