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