huangcm
2025-04-11 48566d1cda2d109a94496c806286f47b8984166d
1
2
3
4
5
6
7
8
9
package com.android.server.wm;
 
/**
 * Class that is used to generate an instance of the WM global lock. We are only doing this because
 * we need a class for the pattern used in frameworks/base/services/core/Android.bp for CPU boost
 * in the WM critical section.
 */
public class WindowManagerGlobalLock {
}