blob: 7ce11eebe0dd5bb2fab74bfcc43bcdf3ce9119d0 [file] [log] [blame]
Wale Ogunwaledb485de2018-10-29 09:47:07 -07001package 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 */
8public class WindowManagerGlobalLock {
9}